DocumentSynchronizationHelperLogDocumentChangeOrder Method (String, String, Boolean, Boolean, TreeProvider, Int32, Boolean) |
Logs the synchronization after the node order change (logs all document nodes on the save level as the document).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public static void LogDocumentChangeOrder(
string siteName,
string aliasPath,
bool logStaging,
bool logIntegration,
TreeProvider tree,
int serverId,
bool runAsync
)
Parameters
- siteName
- Type: SystemString
Documents site name - aliasPath
- Type: SystemString
Starting alias path - 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 - runAsync
- Type: SystemBoolean
Indicates if the logging should run asynchronously
See Also