Click or drag to resize
SyncManagerProcessACLItems Method
Break ACL inheritance.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void ProcessACLItems(
	DataSet documentDS,
	TaskTypeEnum taskType,
	string safeClassName
)

Parameters

documentDS
Type: System.DataDataSet
Document data
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type information
safeClassName
Type: SystemString
Class name of document in safe format
See Also