Click or drag to resize
BaseLogDocumentChangeSettings Class
Base class for log document change.
Inheritance Hierarchy

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

The BaseLogDocumentChangeSettings type exposes the following members.

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