DocumentEvents Class |
Namespace: CMS.DocumentEngine
public static class DocumentEvents
The DocumentEvents type exposes the following members.
Name | Description | |
---|---|---|
AuthorizeDocument |
Fires when the permission for particular document is evaluated.
| |
ChangeOrder |
Fires when change order is requested on the document.
| |
CheckPermissions |
Fires when permissions are checked on the document.
| |
Copy |
Fires when document is copied.
| |
CreateSearchFields |
Fires when the local index search fields are gathered from all searchable page types. In this phase only field definitions are created and no value needs to be provided.
It is required to create custom field definition without value for the whole index using CreateSearchFields
before creating the same field definition with value using CreateSearchFieldsForPage when indexing specific page.
| |
CreateSearchFieldsForPage |
Fires when the local index search fields for specific page that is being indexed are created. In this phase field definition with value has to be provided.
It is required to create custom field definition without value for the whole index using CreateSearchFields
before creating the same field definition with value using CreateSearchFieldsForPage when indexing specific page.
| |
Delete |
Fires when document is deleted.
| |
DeleteAttachment |
Fires when document attachment is deleted.
| |
FilterDataSetByPermissions | Obsolete.
Fires when the given DataSet should be filtered according to the user permissions.
| |
GetContent |
Fires when the content of the document for searching is requested.
| |
GetData | Obsolete.
Fires when document data are being retrieved.
| |
GetDocumentMark |
Fires at the end of getting document marks for content tree.
| |
Insert |
Fires when new document is created.
| |
InsertLink |
Fires when new document link is created.
| |
InsertNewCulture |
Fires when new culture version of document is created.
| |
LogChange |
Fires when document tasks are logged. You can disable tasks logging for staging, integration etc.
| |
Move |
Fires when document is moved.
| |
SaveAttachment |
Fires when document attachment is saved.
| |
Sort |
Fires when sorting of a document sub-section is requested.
| |
Update |
Fires when document is updated.
|