Click or drag to resize
ObjectVersionManagerGetObjectHistory Method (String, Int32, String, String, Int32, String)
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,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression
topN
Type: SystemInt32
Number of records to be selected
columns
Type: SystemString
Columns to be selected

Return Value

Type: DataSet
See Also