Skip to content
Discussion options

You must be logged in to vote

On update it calls _contentItemDisplayManager.UpdateEditorAsync()

var contentItem = await _customSettingsService.GetSettingsAsync(site, contentTypeDefinition, () => isNew = true);
await _contentItemDisplayManager.UpdateEditorAsync(contentItem, context.Updater, isNew);

which calls

await _contentHandlers.InvokeAsync((handler, updateContentContext) => handler.UpdatingAsync(updateContentContext), updateCont…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kgwadu
Comment options

Answer selected by kgwadu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants