Click or drag to resize
QueryInfoProvider.ClearDefaultQueries Method
Clears the default queries for the given class name from hashtable

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void ClearDefaultQueries(
	DataClassInfo dci,
	bool dataClass,
	bool documentType
)

Parameters

dci
Type: CMS.DataEngine.DataClassInfo
Data class object
dataClass
Type: System.Boolean
If true, removes DataClass queries
documentType
Type: System.Boolean
If true, removes document types queries
See Also