Click or drag to resize
DocumentEvents Class
Document events.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineDocumentEvents

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static class DocumentEvents

The DocumentEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAuthorizeDocument
Fires when the permission for particular document is evaluated.
Public fieldStatic memberChangeOrder
Fires when change order is requested on the document.
Public fieldStatic memberCheckPermissions
Fires when permissions are checked on the document.
Public fieldStatic memberCopy
Fires when document is copied.
Public fieldStatic memberCreateSearchFields
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.
Public fieldStatic memberCreateSearchFieldsForPage
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.
Public fieldStatic memberDelete
Fires when document is deleted.
Public fieldStatic memberDeleteAttachment
Fires when document attachment is deleted.
Public fieldStatic memberFilterDataSetByPermissions Obsolete.
Fires when the given DataSet should be filtered according to the user permissions.
Public fieldStatic memberGetContent
Fires when the content of the document for searching is requested.
Public fieldStatic memberGetData Obsolete.
Fires when document data are being retrieved.
Public fieldStatic memberGetDocumentMark
Fires at the end of getting document marks for content tree.
Public fieldStatic memberInsert
Fires when new document is created.
Public fieldStatic memberInsertLink
Fires when new document link is created.
Public fieldStatic memberInsertNewCulture
Fires when new culture version of document is created.
Public fieldStatic memberLogChange
Fires when document tasks are logged. You can disable tasks logging for staging, integration etc.
Public fieldStatic memberMove
Fires when document is moved.
Public fieldStatic memberSaveAttachment
Fires when document attachment is saved.
Public fieldStatic memberSort
Fires when sorting of a document sub-section is requested.
Public fieldStatic memberUpdate
Fires when document is updated.
Top
See Also