Click or drag to resize
GetObjectsDataSettings Constructor (OperationTypeEnum, GeneralizedInfo, WhereCondition, String, Boolean, Boolean, TranslationHelper,String[])
Constructor of the configuration class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public GetObjectsDataSettings(
	OperationTypeEnum operation,
	GeneralizedInfo infoObj,
	WhereCondition where,
	string orderBy,
	bool childData,
	bool binaryData,
	TranslationHelper th,
	string[] excludedNames
)

Parameters

operation
Type: CMS.DataEngine.OperationTypeEnum
Operation type
infoObj
Type: CMS.DataEngine.GeneralizedInfo
Main info object
where
Type: CMS.DataEngine.WhereCondition
Where condition
orderBy
Type: System.String
Order by columns for the main objects
childData
Type: System.Boolean
If true, child objects data are included
binaryData
Type: System.Boolean
If true, binary data are included
th
Type: CMS.DataEngine.TranslationHelper
Translation table to initialize with data bindings
excludedNames
Type:System.String[]
Objects with codename or display name starting with these names will be filtered out
See Also