Click or drag to resize
ObjectHelperGetObjectsDataSet Method
Returns empty objects DataSet based on the given object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: DataSet
See Also