Click or drag to resize

ISite Events


The ISite type exposes the following members.

Events
  Name Description
Public event AfterAssetCopy This event is fired after an Asset is copied.
(Inherited from IAssetManagerEvents)
Public event AfterAssetCrossLocaleCopy This event is fired after an Asset is copied from one Region Root to another.
(Inherited from IAssetManagerEvents)
Public event AfterAssetDelete This event is fired after an Asset is removed.
(Inherited from IAssetManagerEvents)
Public event AfterAssetMove This event is fired after an Asset is moved.
(Inherited from IAssetManagerEvents)
Public event AfterAssetRegionRootCopy This event is fired after a Region Root is copied.
(Inherited from IAssetManagerEvents)
Public event AfterCrossLocaleCopy This event is fired after a Page is copied across Region Roots.
(Inherited from ISiteEvents)
Public event AfterEmptyAssetRecycleFolder This event is fired before the asset recycle folder is emptied.
(Inherited from IAssetManagerEvents)
Public event AfterEmptyRecycleFolder This event is fired after Recycle Folder is emptied.
(Inherited from ISiteEvents)
Public event AfterPageCopy This event is fired after a Page is copied.
(Inherited from ISiteEvents)
Public event AfterPageDelete This event is fired after a Page is removed.
(Inherited from ISiteEvents)
Public event AfterPageMove This event is fired after a Page is moved.
(Inherited from ISiteEvents)
Public event AfterRegionRootCopy This event is fired after a Region Root is copied.
(Inherited from ISiteEvents)
Public event AssetCreated This event is fired when a new Asset is created.
(Inherited from IAssetManagerEvents)
Public event AssetFileUpdated This method is invoked after an edit to an Asset File is saved.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetCopy This event is fired before an Asset to be copied.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetCrossLocaleCopy This event is fired before an Asset is copied from one Region Root to another.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetDelete This event is fired before an Asset is moved to Recycle Folder.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetMove This event is fired before an Asset is moved.
(Inherited from IAssetManagerEvents)
Public event BeforeAssetRegionRootCopy This event is fired before a Region Root is copied.
(Inherited from IAssetManagerEvents)
Public event BeforeCrossLocaleCopy This event is fired before a Page is copied across Region Roots.
(Inherited from ISiteEvents)
Public event BeforeEmptyAssetRecycleFolder This event is fired before the asset recycle folder is emptied.
(Inherited from IAssetManagerEvents)
Public event BeforeEmptyRecycleFolder This event is fired before emptying the Recycle Folder.
(Inherited from ISiteEvents)
Public event BeforePageCopy This event is fired before a Page to be copied.
(Inherited from ISiteEvents)
Public event BeforePageDelete This event is fired before a Page is moved to Recycle Folder.
(Inherited from ISiteEvents)
Public event BeforePageMove This event is fired before a Page is moved.
(Inherited from ISiteEvents)
Public event BeforeRegionRootCopy This event is fired before a Region Root is copied.
(Inherited from ISiteEvents)
Public event PageCreated This event is fired when a new Page is created.
(Inherited from ISiteEvents)
Top
See Also