Table of Contents

Namespace Dynamicweb.Notifications

Classes

Commenting
Notifications for comment module
Commenting.CommentArgs
Generic notification argument for comments
Commenting.OnBeforeRenderCommentArgs
Provides information about the comment
Commenting.OnBeforeRenderCommentsArgs
Provides information about the comments
CommentNotification
Notifications for comment module
CommentNotification.CommentArgs
Generic notification argument for comments
CommentNotification.OnBeforeRenderCommentArgs
Provides information about the comment
CommentNotification.OnBeforeRenderCommentsArgs
Provides information about the comments
ItemNotification
Provides notifications names as well as notification argument types related to management of items. This class cannot be inherited.
ItemNotification.CancelableItemArgs
Provides information about the item with the ability to cancel the further execution.
ItemNotification.ItemArgs
Provides information about the item.
ItemNotification.ItemTypeSourceLocationArgs
Provides information about the item type source location.
ItemNotification.ItemUpdateArgs
Provides information about the update process of an item.
ItemNotification.UserEditorArgs
Provides information about the user editor item.
Items
Provides notifications names as well as notification argument types related to management of items. This class cannot be inherited.
Items.CancelableItemArgs
Provides information about the item with the ability to cancel the further execution.
Items.ItemArgs
Provides information about the item.
Items.ItemUpdateArgs
Provides information about the update process of an item.
Module
Class provides information about possible module manipulations
Module.AddedArgs
Module.RemovedArgs
Repositories
Provides notifications names as well as notification argument types related to management of repositories. This class cannot be inherited.
Repositories.Index
Repositories.Index.IndexBuildFinishedArgs
Provides the information about the finished index build
RepositoryNotification
Provides notifications names as well as notification argument types related to management of repositories. This class cannot be inherited.
RepositoryNotification.Index
RepositoryNotification.Index.IndexBuildFinishedArgs
Provides the information about the finished index build
Standard
Provides notifications for standard objects. Find the various notifications in the list:
Standard.Admin
Provides notification names for Admin part of the site.
Standard.Admin.OnBeforeBackendLogOffArgs
Provides information about the user.
Standard.Admin.PipelineStartArgs
Provides information about the page from which the pipeline was launched
Standard.Admin.StartArgs
Provides information about the Admin default page after the user logged in.
Standard.Application
Provides notification names for Application.
Standard.Application.AfterBeginRequestArgs
Provides information about the request.
Standard.Application.AfterDynamicwebStartArgs
Provides information about the application
Standard.Application.AfterPreRequestHandlerExecuteArgs
Provides information about the request.
Standard.Application.AfterStartArgs
Provides information about the application
Standard.Application.AuthenticateRequestArgs
Provides information about the application
Standard.Application.BeforeBeginRequestArgs
Provides information about the request.
Standard.Application.BeforeDynamicwebStartArgs
Provides information about the application
Standard.Application.BeforeEndRequestArgs
Provides information about the request.
Standard.Application.BeforePreRequestHandlerExecuteArgs
Provides information about the request.
Standard.Application.BeforeStartArgs
Standard.Application.LifeCycleEventNotification
Standard.Area
Provides notification names for Areas.
Standard.Area.AreaNotificationArgs
Standard.Area.OnAreaSavedArgs
Standard.Frontend
Provides notification names for Frontend.
Standard.Frontend.OnDuplicateUrlArgs
Arguments passed to Dynamicweb.Notifications.Standard.Frontend.OnDuplicateUrl notification
Standard.Frontend.OnUrlIndexResetArgs
Arguments passed to Dynamicweb.Notifications.Standard.Frontend.OnUrlIndexReset notification
Standard.Frontend.OnUrlProviderHandlerResetArgs
Arguments passed to Dynamicweb.Notifications.Standard.Frontend.OnUrlProviderHandlerReset notification
Standard.Page
Provides notification names for pages.
Standard.Page.AfterOutputArgs
Arguments passed to Dynamicweb.Notifications.Standard.Page.AfterOutput notification
Standard.Page.AfterRenderArgs
Arguments passed to Dynamicweb.Notifications.Standard.Page.AfterRender notification.
Standard.Page.DeviceDetectedArgs
Arguments passed to DeviceDetected notification
Standard.Page.LoadedArgs
Arguments passed to Dynamicweb.Notifications.Standard.Page.Loaded notification
Standard.Page.NotFoundArgs
Arguments passed to Dynamicweb.Notifications.Standard.Page.NotFound notification
Standard.Page.OnBeforeRenderParagraphsArgs
Arguments passed to OnBeforeRenderParagraphs notification
Standard.Page.OnOutputArgs
Arguments passed to Dynamicweb.Notifications.Standard.Page.OnOutput notification
Standard.Page.PageNotificationArgs
Provides information about the single page.
Standard.Page.PageRestoredEventArgs
Provides information about restored page page.
Standard.Page.PageTitleArgs
Arguments passed to Dynamicweb.Notifications.Standard.Page.PageTitle notification
Standard.Page.PageviewNotificationArgs
Generic notification argument for notifications in pageviev object
Standard.Paragraph
Provides notification names for paragraphs.
Standard.Paragraph.OnBeforeRenderArgs
Provides information about the paragraph before render.
Standard.Paragraph.ParagraphModuleNotificationArgs
Provides information about the module which has been attached to/detached from the paragraph.
Standard.Paragraph.ParagraphNotificationArgs
Provides information about the single paragraph.
Standard.Paragraph.ParagraphRestoredEventArgs
Provides information about the restored paragraph.
Standard.User
Provides notification names for Users.
Standard.User.OnAfterLoginArgs
Provides information about the user
Standard.User.OnBeforeExtranetLoginArgs
The notification args class containing relevant information for the OnBeforeExtranetLogin event.
Standard.User.OnBeforeExtranetLogOffArgs
Provides information about the user
Standard.User.OnBeforeForgotPasswordArgs
Standard.User.OnExtranetLoginArgs
Provides information about the user
Standard.User.OnExtranetLoginFailedArgs
Provides information if authorization failed
Standard.User.OnOverridingExtranetLogOnArgs

Enums

Standard.User.OnExtranetLoginFailedArgs.FailReason
Reason of authorisation failure.
To top