ObjectVersionManagerGetObjectHistoryInternal Method |
Gets object version histories.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax protected virtual DataSet GetObjectHistoryInternal(
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:
DataSetSee Also