Generates DataSet object from current collection filtered by specified parameters.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- level
- Type: System Int32
Required level (-1 returns all items from all levels)
- itemType
- Type: CMS.Controls UniViewItemType
Required item type
- documentType
- Type: System String
Required document type
Return Value
Type: DataSetReturns DataSet with columns ID{Guid}, Level{int}, {ConditionColumnName} {string}, TransformationName{string}
See Also