A notification that is used to trigger the IMemberService when the AssignRoles and ReplaceRoles methods are called in the API.
AssignedUserGroupPermissionsNotification CacheRefresherNotificationBase class for cache refresher notifications
CancelableEnumerableObjectNotification<T> CancelableNotification CancelableObjectNotification<T> ContentCacheRefresherNotificationA notification that is used to trigger the Content Cache Refresher.
ContentCopiedNotificationA notification that is used to trigger the IContentService when the Copy method is called in the API. The notification is published after the content object has been copied.
ContentCopyingNotificationA notification that is used to trigger the IContentService when the Copy method is called in the API. The notification is published after a copy object has been created and had its parentId updated and its state has been set to unpublished.
ContentDeletedBlueprintNotificationA notification that is used to trigger the IContentService when the DeletedBlueprint method is called in the API.
ContentDeletedNotificationA notification that is used to trigger the IContentService when the Delete and EmptyRecycleBin methods are called in the API.
ContentDeletedVersionsNotificationA notification that is used to trigger the IContentService when the DeleteVersion and DeleteVersions methods are called in the API, and the version has been deleted.
ContentDeletingNotificationA notification that is used to trigger the IContentService when the DeleteContentOfType, Delete and EmptyRecycleBin methods are called in the API.
ContentDeletingVersionsNotificationA notification that is used to trigger the IContentService when the DeleteVersion and DeleteVersions methods are called in the API.
ContentEmptiedRecycleBinNotificationA notification that is used to trigger the IContentService when the EmptyRecycleBin method is called in the API, after the RecycleBin has been deleted.
ContentEmptyingRecycleBinNotificationA notification that is used to trigger the IContentService when the EmptyRecycleBin method is called in the API.
ContentMovedNotificationA notification that is used to trigger the IContentService when the Move method is called in the API. The notification is published and called after the content object has been moved. NOTE: If the target parent is the Recycle bin, this notification is never published. Try the ContentMovedToRecycleBinNotification instead.
ContentMovedToRecycleBinNotificationA notification that is used to trigger the IContentService when the MoveToRecycleBin method is called in the API. Is published after the content has been moved to the Recycle Bin.
ContentMovingNotificationA notification that is used to trigger the IContentService when the Move method is called in the API. Called while content is moving, but before it has been moved. Cancel the operation to prevent the movement. NOTE: If the target parent is the Recycle bin, this notification is never published. Try the ContentMovingToRecycleBinNotification instead.
ContentMovingToRecycleBinNotificationA notification that is used to trigger the IContentService when the MoveToRecycleBin method is called in the API.
ContentNotificationExtensions ContentPublishedNotificationA notification that is used to trigger the IContentService when the Publish method is called in the API and after data has been published. Called after content has been published.
ContentPublishingNotificationA notification that is used to trigger the IContentService when the Publishing method is called in the API. Called while publishing content but before content has been published. Cancel the operation to prevent the publish.
ContentRefreshNotification ContentRolledBackNotificationA notification that is used to trigger the IContentService when the Rollback method is called in the API, after the content has been rolled back.
ContentRollingBackNotificationA notification that is used to trigger the IContentService when the Rollback method is called in the API.
ContentSavedBlueprintNotificationA notification that is used to trigger the IContentService when the SavedBlueprint method is called in the API.
ContentSavedNotificationA notification that is used to trigger the IContentService when the Save method is called in the API and after the data has been persisted.
ContentSavingNotificationA notification that is used to trigger the IContentService when the Save method is called in the API.
ContentScaffoldedNotificationNotification that is send out when a Content item has been scaffolded from an original item and basic cleaning has been performed
ContentSendingToPublishNotificationA notification that is used to trigger the IContentService when the SendToPublication method is called in the API.
ContentSentToPublishNotificationA notification that is used to trigger the IContentService when the SendToPublication method is called in the API, after the entity has been sent to publication.
ContentSortedNotificationCalled after content has been sorted.
ContentSortingNotificationCalled while content is sorting, but before content has been sorted. Cancel the operation to cancel the sorting.
ContentTreeChangeNotification ContentTypeCacheRefresherNotification ContentTypeChangedNotificationA notification that is published when a ContentType is saved or deleted, after the transaction has completed. This is mainly used for caching purposes, and generally not recommended. Use ContentTypeSavedNotification and ContentTypeDeletedNotification instead.
ContentTypeChangeNotification<T> ContentTypeDeletedNotificationA notification that is used to trigger the ContentTypeService when the Delete method is called in the API, after the entities have been deleted.
ContentTypeDeletingNotificationA notification that is used to trigger the ContentTypeService when the Delete method is called in the API.
ContentTypeMovedNotificationA notification that is used to trigger the ContentTypeService when the Move method is called in the API, after the entities have been moved.
ContentTypeMovingNotificationA notification that is used to trigger the ContentTypeService when the Move method is called in the API.
ContentTypeRefreshedNotification ContentTypeRefreshNotification<T> ContentTypeSavedNotificationA notification that is used to trigger the ContentTypeService when the Save method is called in the API, after the entities have been saved.
ContentTypeSavingNotificationA notification that is used to trigger the ContentTypeService when the Save method is called in the API.
ContentUnpublishedNotificationA notification that is used to trigger the IContentService when the UnPublish method is called in the API and after data has been unpublished.
ContentUnpublishingNotificationA notification that is used to trigger the IContentService when the UnPublishing method is called in the API.
CopiedNotification<T> CopyingNotification<T> CreatedNotification<T> CreatingNotification<T> CreatingRequestNotificationUsed for notifying when an Umbraco request is being created
DataTypeCacheRefresherNotification DataTypeDeletedNotificationA notification that is used to trigger the DataTypeService when the Delete method is called in the API, after the IDataType objects have been deleted.
DataTypeDeletingNotificationA notification that is used to trigger the DataTypeService when the Delete method is called in the API.
DataTypeMovedNotificationA notification that is used to trigger the DataTypeService when the Move method is called in the API, after the IDataType has been moved.
DataTypeMovingNotificationA notification that is used to trigger the DataTypeService when the Move method is called in the API.
DataTypeSavedNotificationA notification that is used to trigger the DataTypeService when the Save method is called in the API, and after data has been persisted.
DataTypeSavingNotificationA notification that is used to trigger the DataTypeService when the Save method is called in the API.
DeletedNotification<T> DeletedVersionsNotification<T> DeletedVersionsNotificationBase<T> DeletingNotification<T> DeletingVersionsNotification<T> DictionaryCacheRefresherNotification DictionaryItemDeletedNotificationA notification that is used to trigger the ILocalizationService when the Delete (IDictionaryItem overload) method is called in the API, after the dictionary items has been deleted.
DictionaryItemDeletingNotificationA notification that is used to trigger the ILocalizationService when the Delete (IDictionaryItem overload) method is called in the API.
DictionaryItemMovedNotification DictionaryItemMovingNotification DictionaryItemSavedNotificationA notification that is used to trigger the ILocalizationService when the Save (IDictionaryItem overload) method is called in the API and the data has been persisted.
DictionaryItemSavingNotificationA notification that is used to trigger the ILocalizationService when the Save (IDictionaryItem overload) method is called in the API.
DomainCacheRefresherNotification DomainDeletedNotification DomainDeletingNotification DomainSavedNotification DomainSavingNotification EmptiedRecycleBinNotification<T> EmptyingRecycleBinNotification<T> EntityContainerDeletedNotification EntityContainerDeletingNotification EntityContainerRenamedNotification EntityContainerRenamingNotification EntityContainerSavedNotification EntityContainerSavingNotification EntityRefreshNotification<T> EnumerableObjectNotification<T> ExportedMemberNotification HealthCheckCompletedNotification ImportedPackageNotification ImportingPackageNotification LanguageCacheRefresherNotification LanguageDeletedNotificationA notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API, after the languages have been deleted.
LanguageDeletingNotificationA notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API.
LanguageSavedNotificationA notification that is used to trigger the ILocalizationService when the Save (ILanguage overload) method is called in the API, after data has been persisted.
LanguageSavingNotificationA notification that is used to trigger the ILocalizationService when the Save (ILanguage overload) method is called in the API.
MediaCacheRefresherNotificationA notification that is used to trigger the Media Cache Refresher.
MediaDeletedNotificationA notification that is used to trigger the IMediaService when the Delete and EmptyRecycleBin methods are called in the API, after the media has been deleted.
MediaDeletedVersionsNotificationA notification that is used to trigger the IMediaService when the DeleteVersion and DeleteVersions methods are called in the API, after the media version has been deleted.
MediaDeletingNotificationA notification that is used to trigger the IMediaService when the DeleteMediaOfType, Delete and EmptyRecycleBin methods are called in the API.
MediaDeletingVersionsNotificationA notification that is used to trigger the IMediaService when the DeleteVersion and DeleteVersions methods are called in the API.
MediaEmptiedRecycleBinNotification MediaEmptyingRecycleBinNotification MediaMovedNotificationA notification that is used to trigger the IMediaService when the Move method is called in the API. The event is fired after the media object has been moved. NOTE: If the target parent is the Recycle bin, this notification is never published. Try the MediaMovedToRecycleBinNotification instead.
MediaMovedToRecycleBinNotificationA notification that is used to trigger the IMediaService when the MoveToRecycleBin method is called in the API, after the media object has been moved to the RecycleBin.
MediaMovingNotificationA notification that is used to trigger the IMediaService when the Move method is called in the API. NOTE: If the target parent is the Recycle bin, this notification is never published. Try the MediaMovingToRecycleBinNotification instead.
MediaMovingToRecycleBinNotificationA notification that is used to trigger the IMediaService when the MoveToRecycleBin method is called in the API.
MediaRefreshNotification MediaSavedNotificationA notification that is used to trigger the IMediaService when the Save method is called in the API and after the data has been persisted.
MediaSavingNotificationA notification that is used to trigger the IMediaService when the Save method is called in the API.
MediaTreeChangeNotification MediaTypeChangedNotificationA notification that is published when a MediaType is saved or deleted, after the transaction has completed. This is mainly used for caching purposes, and generally not recommended. Use MediaTypeSavedNotification and MediaTypeDeletedNotification instead.
MediaTypeDeletedNotificationA notification that is used to trigger the IMediaTypeService when the Delete method is called in the API, after the entities has been deleted.
MediaTypeDeletingNotificationA notification that is used to trigger the IMediaTypeService when the Delete method is called in the API.
MediaTypeMovedNotificationA notification that is used to trigger the IMediaTypeService when the Move method is called in the API, after the entities has been moved.
MediaTypeMovingNotificationA notification that is used to trigger the IMediaTypeService when the Move method is called in the API.
MediaTypeRefreshedNotification MediaTypeSavedNotificationA notification that is used to trigger the IMediaTypeService when the Save method is called in the API, after the entities has been saved.
MediaTypeSavingNotificationA notification that is used to trigger the IMediaTypeService when the Save method is called in the API.
MemberCacheRefresherNotificationA notification that is used to trigger the Member Cache Refresher.
MemberDeletedNotificationA notification that is used to trigger the IMemberService when the Delete and DeleteMembersOfType methods are called in the API, after the members have been deleted.
MemberDeletingNotificationA notification that is used to trigger the IMemberService when the Delete and DeleteMembersOfType methods are called in the API.
MemberGroupCacheRefresherNotification MemberGroupDeletedNotification MemberGroupDeletingNotification MemberGroupSavedNotification MemberGroupSavingNotification MemberRefreshNotification MemberRolesNotification MemberSavedNotificationA notification that is used to trigger the IMemberService when the Save method is called in the API and after data has been persisted.
MemberSavingNotificationA notification that is used to trigger the IMemberService when the Saving method is called in the API.
MemberTwoFactorRequestedNotification MemberTypeChangedNotificationA notification that is published when a MemberType is saved or deleted, after the transaction has completed. This is mainly used for caching purposes, and generally not recommended. Use MemberTypeSavedNotification and MemberTypeDeletedNotification instead.
MemberTypeDeletedNotificationA notification that is used to trigger the IMemberTypeService when the Delete method is called in the API, after the entities have been deleted.
MemberTypeDeletingNotificationA notification that is used to trigger the IMemberTypeService when the Delete method is called in the API.
MemberTypeMovedNotification MemberTypeMovingNotificationA notification that is used to trigger the IMemberTypeService when the Move method is called in the API.
MemberTypeRefreshedNotification MemberTypeSavedNotificationA notification that is used to trigger the IMemberTypeService when the Save method is called in the API, after the entities have been saved.
MemberTypeSavingNotificationA notification that is used to trigger the IMemberTypeService when the Save method is called in the API.
ModelBindingErrorNotificationContains event data for the ModelBindingException event.
MovedNotification<T> MovedToRecycleBinNotification<T> MovingNotification<T> MovingToRecycleBinNotification<T> NotificationExtensions ObjectNotification<T> PartialViewCreatedNotification PartialViewCreatingNotification PartialViewDeletedNotification PartialViewDeletingNotification PartialViewSavedNotification PartialViewSavingNotification PostRuntimePremigrationsUpgradeNotification PublicAccessCacheRefresherNotification PublicAccessEntryDeletedNotification PublicAccessEntryDeletingNotification PublicAccessEntrySavedNotification PublicAccessEntrySavingNotification RelationDeletedNotificationA notification that is published when a relation has been deleted.
RelationDeletingNotificationA notification that is published when a relation is being deleted.
RelationSavedNotificationA notification that is published when a relation has been saved.
RelationSavingNotificationA notification that is published when a relation is being saved.
RelationTypeCacheRefresherNotification RelationTypeDeletedNotificationA notification that is published when a relation type has been deleted.
RelationTypeDeletingNotificationA notification that is published when a relation type is being deleted.
RelationTypeSavedNotificationA notification that is published when a relation type has been saved.
RelationTypeSavingNotificationA notification that is published when a relation type is being saved.
RemovedMemberRolesNotificationA notification that is used to trigger the IMemberService when the DissociateRoles method is called in the API.
RenamedNotification<T> RenamingNotification<T> RolledBackNotification<T> RollingBackNotification<T> RoutingRequestNotificationUsed for notifying when an Umbraco request is being built
RuntimePremigrationsUpgradeNotification RuntimeUnattendedInstallNotificationUsed to notify when the core runtime can do an unattended install.
RuntimeUnattendedUpgradeNotificationUsed to notify when the core runtime can do an unattended upgrade.
SavedNotification<T> SavingNotification<T> ScaffoldedNotification<T> ScopedEntityRemoveNotification ScriptDeletedNotificationA notification that is used to trigger the IFileService when the DeleteScript method is called in the API, after the script has been deleted.
ScriptDeletingNotificationA notification that is used to trigger the IFileService when the DeleteScript method is called in the API.
ScriptSavedNotificationA notification that is used to trigger the IFileService when the SaveScript method is called in the API, after the script has been saved.
ScriptSavingNotificationA notification that is used to trigger the IFileService when the SaveScript method is called in the API.
SendEmailNotification ServerVariablesParsingNotificationA notification for when server variables are parsing
SortedNotification<T> SortingNotification<T> StatefulNotification StylesheetDeletedNotificationA notification that is used to trigger the IFileService when the DeleteStylesheet method is called in the API, after the stylesheet has been deleted.
StylesheetDeletingNotificationA notification that is used to trigger the IFileService when the DeleteStylesheet method is called in the API.
StylesheetSavedNotificationA notification that is used to trigger the IFileService when the SaveStyleSheet method is called in the API, after the script has been saved.
StylesheetSavingNotificationA notification that is used to trigger the IFileService when the SaveStyleSheet method is called in the API.
TemplateCacheRefresherNotification TemplateDeletedNotificationA notification that is used to trigger the IFileService when the DeleteTemplate method is called in the API, after the template has been deleted.
TemplateDeletingNotificationA notification that is used to trigger the IFileService when the DeleteTemplate method is called in the API.
TemplateSavedNotificationA notification that is used to trigger the IFileService when the SaveTemplate method is called in the API, after the template has been saved.
TemplateSavingNotificationA notification that is used to trigger the IFileService when the SaveTemplate method is called in the API.
TreeChangeNotification<T> UmbracoApplicationStartedNotificationNotification that occurs when Umbraco has completely booted up and the request processing pipeline is configured.
UmbracoApplicationStartingNotificationNotification that occurs at the very end of the Umbraco boot process (after all components are initialized).
UmbracoApplicationStoppedNotificationNotification that occurs when Umbraco has completely shutdown.
UmbracoApplicationStoppingNotificationNotification that occurs when Umbraco is shutting down (after all components are terminated).
UmbracoRequestBeginNotificationNotification raised on each request begin.
UmbracoRequestEndNotificationNotification raised on each request end.
UnattendedInstallNotificationUsed to notify that an Unattended install has completed
UserCacheRefresherNotificationA notification that is used to trigger the User Cache Refresher.
UserDeletedNotification UserDeletingNotification UserForgotPasswordChangedNotification UserForgotPasswordRequestedNotification UserGroupCacheRefresherNotification UserGroupDeletedNotification UserGroupDeletingNotification UserGroupSavedNotification UserGroupSavingNotification UserGroupWithUsersSavedNotification UserGroupWithUsersSavingNotification UserLockedNotification UserLoginFailedNotification UserLoginRequiresVerificationNotification UserLoginSuccessNotification UserLogoutSuccessNotification UserNotification UserPasswordChangedNotification UserPasswordResetNotification UserPasswordResettingNotification UserResetAccessFailedCountNotification UserSavedNotification UserSavingNotification UserTwoFactorRequestedNotification UserUnlockedNotification WebhookDeletedNotification WebhookDeletingNotification WebhookSavedNotification WebhookSavingNotification Interfaces ICancelableNotification INotificationA marker interface to represent a notification.
IStatefulNotification IUmbracoApplicationLifetimeNotificationRepresents an Umbraco application lifetime (starting, started, stopping, stopped) notification.
Enums RuntimePremigrationsUpgradeNotification.PremigrationUpgradeResult RuntimeUnattendedUpgradeNotification.UpgradeResultRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4