Click or drag to resize
SyncManager.DeleteObject Method
Deletes the object.

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

Parameters

objectDS
Type: System.Data.DataSet
Object data
taskObjectType
Type: System.String
Object type
See Also