Click or drag to resize
SiteDeletionHandlerStartEvent Method (DeletionInfo, IUserInfo, CMSActionContext)
Initiates the event handling

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public SiteDeletionHandler StartEvent(
	DeletionInfo deletionInfo,
	IUserInfo user,
	CMSActionContext context
)

Parameters

deletionInfo
Type: CMS.SiteProviderDeletionInfo
Deletion info
user
Type: CMS.BaseIUserInfo
User context
context
Type: CMS.BaseCMSActionContext
Action context

Return Value

Type: SiteDeletionHandler
See Also