Click or drag to resize
LogDocumentChangeSettings Class
Class for log single document change.
Inheritance Hierarchy

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public class LogDocumentChangeSettings : BaseLogDocumentChangeSettings

The LogDocumentChangeSettings type exposes the following members.

Constructors
  NameDescription
Public methodLogDocumentChangeSettings
Top
Properties
  NameDescription
Public propertyEnsurePublishTask
If true, also the PublishDocument task is logged for Published documents under workflow along with an PublishDocument task.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyLogIntegration
Indicates if the integration task should be logged.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyLogStaging
Indicates if the staging task should be logged.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyNode
Tree node.
Public propertyRunAsynchronously
Indicates if task logging should be executed asynchronously (in separate thread).
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyServerID
Server ID.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyTaskParameters
Additional task parameters.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyTaskType
Type of the task.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyTree
Tree provider.
(Inherited from BaseLogDocumentChangeSettings.)
Public propertyWorkerCall
Indicates if in context of worker call (asynchronous task logging).
(Inherited from BaseLogDocumentChangeSettings.)
Top
See Also