ObjectVersionManagerGetObjectHistory Method |
Gets object version histories.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax public static DataSet GetObjectHistory(
string objectType,
int objectId,
string where = null,
string orderBy = null,
int topN = -1,
string columns = null
)
Parameters
- objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID - where (Optional)
- Type: SystemString
Where condition - orderBy (Optional)
- Type: SystemString
Order by expression - topN (Optional)
- Type: SystemInt32
Number of records to be selected - columns (Optional)
- Type: SystemString
Columns to be selected
Return Value
Type:
DataSetSee Also