| LogMultipleDocumentChangeSettings Class |
Namespace: CMS.DocumentEngine
public class LogMultipleDocumentChangeSettings : BaseLogDocumentChangeSettings
The LogMultipleDocumentChangeSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| LogMultipleDocumentChangeSettings |
Constructor.
|
| Name | Description | |
|---|---|---|
| CultureCode |
Culture code.
| |
| EnsurePublishTask |
If true, also the PublishDocument task is logged for Published documents under workflow along with an PublishDocument task.
(Inherited from BaseLogDocumentChangeSettings.) | |
| KeepTaskData |
Indicates if task data should be kept in the objects.
| |
| 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.) | |
| NodeAliasPath |
Node alias path.
| |
| 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.) | |
| SiteName |
Site name.
| |
| 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.) | |
| WhereCondition |
Where condition.
| |
| 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.) |