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: 10.0.0
Syntax
C#
public class BaseLogDocumentChangeSettings : AbstractSynchronizationSettings

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. By default true.
(Inherited from AbstractSynchronizationSettings.)
Public propertyLogStaging
Indicates if the staging task should be logged. By default true.
(Inherited from AbstractSynchronizationSettings.)
Public propertyRunAsynchronously
Indicates if task logging should be executed asynchronously (in separate thread). By default true.
(Inherited from AbstractSynchronizationSettings.)
Public propertyServerID
ID of the staging server where the staging task will be logged.
(Inherited from AbstractSynchronizationSettings.)
Public propertyTaskGroups
Staging task groups to which the staging task belongs.
(Inherited from AbstractSynchronizationSettings.)
Public propertyTaskParameters
Additional task parameters.
Public propertyTaskType
Type of the task.
(Inherited from AbstractSynchronizationSettings.)
Public propertyTree
Tree provider.
Public propertyUser
IUserInfo that will be logged with staging task. If equals to null, no user will be logged with staging task.
(Inherited from AbstractSynchronizationSettings.)
Public propertyWorkerCall
Indicates if in context of worker call (asynchronous task logging).
(Inherited from AbstractSynchronizationSettings.)
Top
Extension Methods
  NameDescription
Public Extension MethodInitUserAndTaskGroups
Sets TaskGroups and User for current instance of AbstractSynchronizationSettings, so the StagingTaskInfo is logged with IUserInfo and grouped in TaskGroupInfos.
(Defined by AbstractSynchronizationSettingsExtensionMethods.)
Top
See Also