SynchronizationHelperGetObjectBinaryXml Method |
Gets binary XML data for given object.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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:
StringSee Also