ObjectVersionManagerGetLatestVersion Method |
Gets latest version history for given object.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static ObjectVersionHistoryInfo GetLatestVersion(
string objectType,
int objectId
)
Parameters
- objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID
Return Value
Type:
ObjectVersionHistoryInfoSee Also