DocumentSynchronizationHelperLogDocumentChange Method (TreeNode, TaskTypeEnum, Boolean, Boolean, TreeProvider, Int32, TaskParameters, Boolean) |
Creates the synchronization task for the specified document node and specified server with extra task parameters.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static List<ISynchronizationTask> LogDocumentChange(
TreeNode node,
TaskTypeEnum taskType,
bool logStaging,
bool logIntegration,
TreeProvider tree,
int serverId,
TaskParameters taskParams,
bool runAsync
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document node - taskType
- Type: CMS.DataEngineTaskTypeEnum
Task type - logStaging
- Type: SystemBoolean
Indicates if the staging task should be logged - logIntegration
- Type: SystemBoolean
Indicates if the integration task should be logged - tree
- Type: CMS.DocumentEngineTreeProvider
Tree provider - serverId
- Type: SystemInt32
Server ID to use for synchronization - taskParams
- Type: CMS.SynchronizationTaskParameters
Extra task parameters to use - runAsync
- Type: SystemBoolean
Indicates if the logging should run asynchronously
Return Value
Type:
ListISynchronizationTaskList of synchronization tasks
See Also