ObjectHelperGetObjectsDataSet Method |
Returns empty objects DataSet based on the given object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static DataSet GetObjectsDataSet(
OperationTypeEnum operation,
GeneralizedInfo infoObj,
bool childData
)
Parameters
- operation
- Type: CMS.DataEngineOperationTypeEnum
Operation type - infoObj
- Type: CMS.DataEngineGeneralizedInfo
Info object - childData
- Type: SystemBoolean
If true, child datasets are included
Return Value
Type:
DataSetSee Also