Table of Contents

Class BeforeUpdateWebPageSecuritySettingsEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired before a web page security settings are updated.

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

Constructors

BeforeUpdateWebPageSecuritySettingsEvent()

Initializes a new instance of the BeforeUpdateWebPageSecuritySettingsEvent class.

public BeforeUpdateWebPageSecuritySettingsEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also