Table of Contents

Class AfterUpdateWebPageSecuritySettingsEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired after a web page security settings have been updated.

public sealed class AfterUpdateWebPageSecuritySettingsEvent : CompoundAsyncEvent<UpdateWebPageSecuritySettingsEventData>, IAsyncEvent, IEventState
Inheritance
object
AfterUpdateWebPageSecuritySettingsEvent
Implements
Inherited Members
Extension Methods

Constructors

AfterUpdateWebPageSecuritySettingsEvent()

Initializes a new instance of the AfterUpdateWebPageSecuritySettingsEvent class.

public AfterUpdateWebPageSecuritySettingsEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also