Click or drag to resize
SyncManagerDeleteObject Method
Deletes the object.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void DeleteObject(
	DataSet objectDS,
	string taskObjectType
)

Parameters

objectDS
Type: System.DataDataSet
Object data
taskObjectType
Type: SystemString
Object type
See Also