Click or drag to resize
SynchronizationHelperGetObjectKey Method
Gets object key for specified task type.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static string GetObjectKey(
	OperationTypeEnum operationType,
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType
)

Parameters

operationType
Type: CMS.DataEngineOperationTypeEnum
Operation type
infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object instance
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type

Return Value

Type: String
See Also