DocumentSynchronizationHelperLogDocumentChangeOrder Method (String, String, TreeProvider) |
Logs the synchronization after the node order change (logs all document nodes on the same level as the document).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void LogDocumentChangeOrder(
string siteName,
string aliasPath,
TreeProvider tree
)
Parameters
- siteName
- Type: SystemString
Documents site name - aliasPath
- Type: SystemString
Starting alias path - tree
- Type: CMS.DocumentEngineTreeProvider
Tree provider
See Also