QueryInfoProviderClearDefaultQueries Method |
Clears the default queries for the given class name from hashtable
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void ClearDefaultQueries(
DataClassInfo dci,
bool dataClass,
bool documentType
)
Parameters
- dci
- Type: CMS.DataEngineDataClassInfo
Data class object - dataClass
- Type: SystemBoolean
If true, removes DataClass queries - documentType
- Type: SystemBoolean
If true, removes document types queries
See Also