Property | Type | Description | |
---|---|---|---|
ClearCache | void |
Method | Description | |
---|---|---|
OnApplicationInitialized ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void | ||
OnApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void | ||
OnApplicationStarting ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void |
Method | Description | |
---|---|---|
Document_AfterDelete ( umbraco.cms.businesslogic.web.Document sender, DeleteEventArgs e ) : void | ||
Document_AfterMove ( object sender, MoveEventArgs e ) : void | ||
Document_AfterMoveToTrash ( umbraco.cms.businesslogic.web.Document sender, MoveToTrashEventArgs e ) : void | ||
Document_AfterPublish ( umbraco.cms.businesslogic.web.Document sender, PublishEventArgs e ) : void | ||
Document_AfterUnPublish ( umbraco.cms.businesslogic.web.Document sender, UnPublishEventArgs e ) : void | ||
Document_New ( umbraco.cms.businesslogic.web.Document sender, NewEventArgs e ) : void | ||
Media_AfterSave ( umbraco.cms.businesslogic.media.Media sender, SaveEventArgs e ) : void | ||
OnGatheringNodeData ( object sender, Examine.IndexingNodeDataEventArgs e ) : void |
Method | Description | |
---|---|---|
ClearCache ( ) : void |
protected Document_AfterDelete ( umbraco.cms.businesslogic.web.Document sender, DeleteEventArgs e ) : void | ||
sender | umbraco.cms.businesslogic.web.Document | |
e | DeleteEventArgs | |
return | void |
protected Document_AfterMove ( object sender, MoveEventArgs e ) : void | ||
sender | object | |
e | MoveEventArgs | |
return | void |
protected Document_AfterMoveToTrash ( umbraco.cms.businesslogic.web.Document sender, MoveToTrashEventArgs e ) : void | ||
sender | umbraco.cms.businesslogic.web.Document | |
e | MoveToTrashEventArgs | |
return | void |
protected Document_AfterPublish ( umbraco.cms.businesslogic.web.Document sender, PublishEventArgs e ) : void | ||
sender | umbraco.cms.businesslogic.web.Document | |
e | PublishEventArgs | |
return | void |
protected Document_AfterUnPublish ( umbraco.cms.businesslogic.web.Document sender, UnPublishEventArgs e ) : void | ||
sender | umbraco.cms.businesslogic.web.Document | |
e | UnPublishEventArgs | |
return | void |
protected Document_New ( umbraco.cms.businesslogic.web.Document sender, NewEventArgs e ) : void | ||
sender | umbraco.cms.businesslogic.web.Document | |
e | NewEventArgs | |
return | void |
protected Media_AfterSave ( umbraco.cms.businesslogic.media.Media sender, SaveEventArgs e ) : void | ||
sender | umbraco.cms.businesslogic.media.Media | |
e | SaveEventArgs | |
return | void |
public OnApplicationInitialized ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void | ||
umbracoApplication | Umbraco.Core.UmbracoApplicationBase | |
applicationContext | Umbraco.Core.ApplicationContext | |
return | void |
public OnApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void | ||
umbracoApplication | Umbraco.Core.UmbracoApplicationBase | |
applicationContext | Umbraco.Core.ApplicationContext | |
return | void |
public OnApplicationStarting ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void | ||
umbracoApplication | Umbraco.Core.UmbracoApplicationBase | |
applicationContext | Umbraco.Core.ApplicationContext | |
return | void |
protected OnGatheringNodeData ( object sender, Examine.IndexingNodeDataEventArgs e ) : void | ||
sender | object | |
e | Examine.IndexingNodeDataEventArgs | |
return | void |