Click or drag to resize
ObjectVersionManagerGetObjectHistory Method (String, Int32)
Gets object version histories.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetObjectHistory(
	string objectType,
	int objectId
)

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID

Return Value

Type: DataSet
See Also