Click or drag to resize
SyncManagerUpdateACLs Method
Update node with permissions from DataSet.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void UpdateACLs(
	TreeNode node,
	DataSet documentDS,
	TranslationHelper th
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
documentDS
Type: System.DataDataSet
DataSet with permissions tables
th
Type: CMS.DataEngineTranslationHelper
TranslationHelper
See Also