LogDocumentChangeSettings Class |
Namespace: CMS.DocumentEngine
public class LogDocumentChangeSettings : BaseLogDocumentChangeSettings
The LogDocumentChangeSettings type exposes the following members.
Name | Description | |
---|---|---|
LogDocumentChangeSettings |
Name | Description | |
---|---|---|
EnsurePublishTask |
If true, also the PublishDocument task is logged for Published documents under workflow along with an PublishDocument task.
(Inherited from BaseLogDocumentChangeSettings.) | |
LogIntegration |
Indicates if the integration task should be logged. By default true.
(Inherited from AbstractSynchronizationSettings.) | |
LogStaging |
Indicates if the staging task should be logged. By default true.
(Inherited from AbstractSynchronizationSettings.) | |
Node |
Tree node.
| |
RunAsynchronously |
Indicates if task logging should be executed asynchronously (in separate thread). By default true.
(Inherited from AbstractSynchronizationSettings.) | |
ServerID |
ID of the staging server where the staging task will be logged.
(Inherited from AbstractSynchronizationSettings.) | |
TaskGroups |
Staging task groups to which the staging task belongs.
(Inherited from AbstractSynchronizationSettings.) | |
TaskParameters |
Additional task parameters.
(Inherited from BaseLogDocumentChangeSettings.) | |
TaskType |
Type of the task.
(Inherited from AbstractSynchronizationSettings.) | |
Tree |
Tree provider.
(Inherited from BaseLogDocumentChangeSettings.) | |
User | IUserInfo that will be logged with staging task.
If equals to null, no user will be logged with staging task.
(Inherited from AbstractSynchronizationSettings.) | |
WorkerCall |
Indicates if in context of worker call (asynchronous task logging).
(Inherited from AbstractSynchronizationSettings.) |
Name | Description | |
---|---|---|
InitUserAndTaskGroups |
Sets TaskGroups and User for current instance of
AbstractSynchronizationSettings, so the StagingTaskInfo is logged with IUserInfo and grouped
in TaskGroupInfos.
(Defined by AbstractSynchronizationSettingsExtensionMethods.) |