Table of Contents

Class BeforeCreateFolderEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event type that is raised before a folder is created.

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

Constructors

BeforeCreateFolderEvent()

Initializes a new instance of the BeforeCreateFolderEvent class.

public BeforeCreateFolderEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also