Click or drag to resize
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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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