Click or drag to resize
DocumentEvents Fields

The DocumentEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAuthorizeDocument
Fires when the permission for particular document is evaluated
Public fieldStatic memberCopy
Fires when document is copied
Public fieldStatic memberDelete
Fires when document is deleted
Public fieldStatic memberDeleteAttachment
Fires when document attachment is deleted
Public fieldStatic memberFilterDataSetByPermissions
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
Fires when document data are being retrieved
Public fieldStatic memberGetDocumentMark
Fires at the end of getting document marks for content tree.
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 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