Click or drag to resize
DocumentSynchronizationHelper.LogDocumentChangeOrder 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: 9.0.0
Syntax
C#
public static void LogDocumentChangeOrder(
	string siteName,
	string aliasPath,
	TreeProvider tree
)

Parameters

siteName
Type: System.String
Documents site name
aliasPath
Type: System.String
Starting alias path
tree
Type: CMS.DocumentEngine.TreeProvider
Tree provider
See Also