A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.html below:

Namespace Umbraco.Cms.Core.Notifications Classes ApplicationCacheRefresherNotification AssignedMemberRolesNotification

A notification that is used to trigger the IMemberService when the AssignRoles and ReplaceRoles methods are called in the API.

AssignedUserGroupPermissionsNotification CacheRefresherNotification

Base class for cache refresher notifications

CancelableEnumerableObjectNotification<T> CancelableNotification CancelableObjectNotification<T> ContentCacheRefresherNotification

A notification that is used to trigger the Content Cache Refresher.

ContentCopiedNotification

A 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.

ContentCopyingNotification

A 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.

ContentDeletedBlueprintNotification

A notification that is used to trigger the IContentService when the DeletedBlueprint method is called in the API.

ContentDeletedNotification

A notification that is used to trigger the IContentService when the Delete and EmptyRecycleBin methods are called in the API.

ContentDeletedVersionsNotification

A 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.

ContentDeletingNotification

A notification that is used to trigger the IContentService when the DeleteContentOfType, Delete and EmptyRecycleBin methods are called in the API.

ContentDeletingVersionsNotification

A notification that is used to trigger the IContentService when the DeleteVersion and DeleteVersions methods are called in the API.

ContentEmptiedRecycleBinNotification

A notification that is used to trigger the IContentService when the EmptyRecycleBin method is called in the API, after the RecycleBin has been deleted.

ContentEmptyingRecycleBinNotification

A notification that is used to trigger the IContentService when the EmptyRecycleBin method is called in the API.

ContentMovedNotification

A 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.

ContentMovedToRecycleBinNotification

A 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.

ContentMovingNotification

A 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.

ContentMovingToRecycleBinNotification

A notification that is used to trigger the IContentService when the MoveToRecycleBin method is called in the API.

ContentNotificationExtensions ContentPublishedNotification

A 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.

ContentPublishingNotification

A 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 ContentRolledBackNotification

A notification that is used to trigger the IContentService when the Rollback method is called in the API, after the content has been rolled back.

ContentRollingBackNotification

A notification that is used to trigger the IContentService when the Rollback method is called in the API.

ContentSavedBlueprintNotification

A notification that is used to trigger the IContentService when the SavedBlueprint method is called in the API.

ContentSavedNotification

A notification that is used to trigger the IContentService when the Save method is called in the API and after the data has been persisted.

ContentSavingNotification

A notification that is used to trigger the IContentService when the Save method is called in the API.

ContentScaffoldedNotification

Notification that is send out when a Content item has been scaffolded from an original item and basic cleaning has been performed

ContentSendingToPublishNotification

A notification that is used to trigger the IContentService when the SendToPublication method is called in the API.

ContentSentToPublishNotification

A 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.

ContentSortedNotification

Called after content has been sorted.

ContentSortingNotification

Called while content is sorting, but before content has been sorted. Cancel the operation to cancel the sorting.

ContentTreeChangeNotification ContentTypeCacheRefresherNotification ContentTypeChangedNotification

A 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> ContentTypeDeletedNotification

A notification that is used to trigger the ContentTypeService when the Delete method is called in the API, after the entities have been deleted.

ContentTypeDeletingNotification

A notification that is used to trigger the ContentTypeService when the Delete method is called in the API.

ContentTypeMovedNotification

A notification that is used to trigger the ContentTypeService when the Move method is called in the API, after the entities have been moved.

ContentTypeMovingNotification

A notification that is used to trigger the ContentTypeService when the Move method is called in the API.

ContentTypeRefreshedNotification ContentTypeRefreshNotification<T> ContentTypeSavedNotification

A notification that is used to trigger the ContentTypeService when the Save method is called in the API, after the entities have been saved.

ContentTypeSavingNotification

A notification that is used to trigger the ContentTypeService when the Save method is called in the API.

ContentUnpublishedNotification

A notification that is used to trigger the IContentService when the UnPublish method is called in the API and after data has been unpublished.

ContentUnpublishingNotification

A 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> CreatingRequestNotification

Used for notifying when an Umbraco request is being created

DataTypeCacheRefresherNotification DataTypeDeletedNotification

A notification that is used to trigger the DataTypeService when the Delete method is called in the API, after the IDataType objects have been deleted.

DataTypeDeletingNotification

A notification that is used to trigger the DataTypeService when the Delete method is called in the API.

DataTypeMovedNotification

A notification that is used to trigger the DataTypeService when the Move method is called in the API, after the IDataType has been moved.

DataTypeMovingNotification

A notification that is used to trigger the DataTypeService when the Move method is called in the API.

DataTypeSavedNotification

A notification that is used to trigger the DataTypeService when the Save method is called in the API, and after data has been persisted.

DataTypeSavingNotification

A 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 DictionaryItemDeletedNotification

A 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.

DictionaryItemDeletingNotification

A notification that is used to trigger the ILocalizationService when the Delete (IDictionaryItem overload) method is called in the API.

DictionaryItemMovedNotification DictionaryItemMovingNotification DictionaryItemSavedNotification

A 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.

DictionaryItemSavingNotification

A 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 LanguageDeletedNotification

A 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.

LanguageDeletingNotification

A notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API.

LanguageSavedNotification

A notification that is used to trigger the ILocalizationService when the Save (ILanguage overload) method is called in the API, after data has been persisted.

LanguageSavingNotification

A notification that is used to trigger the ILocalizationService when the Save (ILanguage overload) method is called in the API.

MediaCacheRefresherNotification

A notification that is used to trigger the Media Cache Refresher.

MediaDeletedNotification

A 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.

MediaDeletedVersionsNotification

A 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.

MediaDeletingNotification

A notification that is used to trigger the IMediaService when the DeleteMediaOfType, Delete and EmptyRecycleBin methods are called in the API.

MediaDeletingVersionsNotification

A notification that is used to trigger the IMediaService when the DeleteVersion and DeleteVersions methods are called in the API.

MediaEmptiedRecycleBinNotification MediaEmptyingRecycleBinNotification MediaMovedNotification

A 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.

MediaMovedToRecycleBinNotification

A 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.

MediaMovingNotification

A 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.

MediaMovingToRecycleBinNotification

A notification that is used to trigger the IMediaService when the MoveToRecycleBin method is called in the API.

MediaRefreshNotification MediaSavedNotification

A notification that is used to trigger the IMediaService when the Save method is called in the API and after the data has been persisted.

MediaSavingNotification

A notification that is used to trigger the IMediaService when the Save method is called in the API.

MediaTreeChangeNotification MediaTypeChangedNotification

A 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.

MediaTypeDeletedNotification

A notification that is used to trigger the IMediaTypeService when the Delete method is called in the API, after the entities has been deleted.

MediaTypeDeletingNotification

A notification that is used to trigger the IMediaTypeService when the Delete method is called in the API.

MediaTypeMovedNotification

A notification that is used to trigger the IMediaTypeService when the Move method is called in the API, after the entities has been moved.

MediaTypeMovingNotification

A notification that is used to trigger the IMediaTypeService when the Move method is called in the API.

MediaTypeRefreshedNotification MediaTypeSavedNotification

A notification that is used to trigger the IMediaTypeService when the Save method is called in the API, after the entities has been saved.

MediaTypeSavingNotification

A notification that is used to trigger the IMediaTypeService when the Save method is called in the API.

MemberCacheRefresherNotification

A notification that is used to trigger the Member Cache Refresher.

MemberDeletedNotification

A 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.

MemberDeletingNotification

A 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 MemberSavedNotification

A notification that is used to trigger the IMemberService when the Save method is called in the API and after data has been persisted.

MemberSavingNotification

A notification that is used to trigger the IMemberService when the Saving method is called in the API.

MemberTwoFactorRequestedNotification MemberTypeChangedNotification

A 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.

MemberTypeDeletedNotification

A notification that is used to trigger the IMemberTypeService when the Delete method is called in the API, after the entities have been deleted.

MemberTypeDeletingNotification

A notification that is used to trigger the IMemberTypeService when the Delete method is called in the API.

MemberTypeMovedNotification MemberTypeMovingNotification

A notification that is used to trigger the IMemberTypeService when the Move method is called in the API.

MemberTypeRefreshedNotification MemberTypeSavedNotification

A notification that is used to trigger the IMemberTypeService when the Save method is called in the API, after the entities have been saved.

MemberTypeSavingNotification

A notification that is used to trigger the IMemberTypeService when the Save method is called in the API.

ModelBindingErrorNotification

Contains 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 RelationDeletedNotification

A notification that is published when a relation has been deleted.

RelationDeletingNotification

A notification that is published when a relation is being deleted.

RelationSavedNotification

A notification that is published when a relation has been saved.

RelationSavingNotification

A notification that is published when a relation is being saved.

RelationTypeCacheRefresherNotification RelationTypeDeletedNotification

A notification that is published when a relation type has been deleted.

RelationTypeDeletingNotification

A notification that is published when a relation type is being deleted.

RelationTypeSavedNotification

A notification that is published when a relation type has been saved.

RelationTypeSavingNotification

A notification that is published when a relation type is being saved.

RemovedMemberRolesNotification

A 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> RoutingRequestNotification

Used for notifying when an Umbraco request is being built

RuntimePremigrationsUpgradeNotification RuntimeUnattendedInstallNotification

Used to notify when the core runtime can do an unattended install.

RuntimeUnattendedUpgradeNotification

Used to notify when the core runtime can do an unattended upgrade.

SavedNotification<T> SavingNotification<T> ScaffoldedNotification<T> ScopedEntityRemoveNotification ScriptDeletedNotification

A notification that is used to trigger the IFileService when the DeleteScript method is called in the API, after the script has been deleted.

ScriptDeletingNotification

A notification that is used to trigger the IFileService when the DeleteScript method is called in the API.

ScriptSavedNotification

A notification that is used to trigger the IFileService when the SaveScript method is called in the API, after the script has been saved.

ScriptSavingNotification

A notification that is used to trigger the IFileService when the SaveScript method is called in the API.

SendEmailNotification ServerVariablesParsingNotification

A notification for when server variables are parsing

SortedNotification<T> SortingNotification<T> StatefulNotification StylesheetDeletedNotification

A notification that is used to trigger the IFileService when the DeleteStylesheet method is called in the API, after the stylesheet has been deleted.

StylesheetDeletingNotification

A notification that is used to trigger the IFileService when the DeleteStylesheet method is called in the API.

StylesheetSavedNotification

A notification that is used to trigger the IFileService when the SaveStyleSheet method is called in the API, after the script has been saved.

StylesheetSavingNotification

A notification that is used to trigger the IFileService when the SaveStyleSheet method is called in the API.

TemplateCacheRefresherNotification TemplateDeletedNotification

A notification that is used to trigger the IFileService when the DeleteTemplate method is called in the API, after the template has been deleted.

TemplateDeletingNotification

A notification that is used to trigger the IFileService when the DeleteTemplate method is called in the API.

TemplateSavedNotification

A notification that is used to trigger the IFileService when the SaveTemplate method is called in the API, after the template has been saved.

TemplateSavingNotification

A notification that is used to trigger the IFileService when the SaveTemplate method is called in the API.

TreeChangeNotification<T> UmbracoApplicationStartedNotification

Notification that occurs when Umbraco has completely booted up and the request processing pipeline is configured.

UmbracoApplicationStartingNotification

Notification that occurs at the very end of the Umbraco boot process (after all components are initialized).

UmbracoApplicationStoppedNotification

Notification that occurs when Umbraco has completely shutdown.

UmbracoApplicationStoppingNotification

Notification that occurs when Umbraco is shutting down (after all components are terminated).

UmbracoRequestBeginNotification

Notification raised on each request begin.

UmbracoRequestEndNotification

Notification raised on each request end.

UnattendedInstallNotification

Used to notify that an Unattended install has completed

UserCacheRefresherNotification

A 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 INotification

A marker interface to represent a notification.

IStatefulNotification IUmbracoApplicationLifetimeNotification

Represents an Umbraco application lifetime (starting, started, stopping, stopped) notification.

Enums RuntimePremigrationsUpgradeNotification.PremigrationUpgradeResult RuntimeUnattendedUpgradeNotification.UpgradeResult

RetroSearch 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