Click or drag to resize
SynchronizationHelperGetObjectBinaryXml Method
Gets binary XML data for given object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static string GetObjectBinaryXml(
	OperationTypeEnum operationType,
	string objectType,
	int objectId,
	TaskTypeEnum taskType
)

Parameters

operationType
Type: CMS.DataEngineOperationTypeEnum
Operation type
objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type

Return Value

Type: String
See Also