Click or drag to resize
SyncManagerDeleteDocument Method
Deletes the document.

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

Parameters

documentDS
Type: System.DataDataSet
Document data
deleteAllCultures
Type: SystemBoolean
Delete all culture versions
safeClassName
Type: SystemString
Class name of document in safe format
See Also