DocumentSynchronizationHelperLogDocumentChange Method (String, String, TaskTypeEnum, TreeProvider) |
Creates the synchronization tasks for the specified document tree.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static IEnumerable<ISynchronizationTask> LogDocumentChange(
string siteName,
string aliasPath,
TaskTypeEnum taskType,
TreeProvider tree
)
Parameters
- siteName
- Type: SystemString
Documents site name - aliasPath
- Type: SystemString
Starting alias path - taskType
- Type: CMS.DataEngineTaskTypeEnum
Task type - tree
- Type: CMS.DocumentEngineTreeProvider
Tree provider
Return Value
Type:
IEnumerableISynchronizationTaskReturns list of the ISynchronizationTasks created
See Also