GetObjectsDataSettings Constructor |
Constructor of the configuration class.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public GetObjectsDataSettings(
OperationTypeEnum operation,
GeneralizedInfo infoObj,
WhereCondition where,
string orderBy,
bool childData,
bool binaryData,
TranslationHelper th,
string[] excludedNames
)
Parameters
- operation
- Type: CMS.DataEngineOperationTypeEnum
Operation type - infoObj
- Type: CMS.DataEngineGeneralizedInfo
Main info object - where
- Type: CMS.DataEngineWhereCondition
Where condition - orderBy
- Type: SystemString
Order by columns for the main objects - childData
- Type: SystemBoolean
If true, child objects data are included - binaryData
- Type: SystemBoolean
If true, binary data are included - th
- Type: CMS.DataEngineTranslationHelper
Translation table to initialize with data bindings - excludedNames
- Type: SystemString
Objects with codename or display name starting with these names will be filtered out
See Also