Click or drag to resize
AllowedChildClassInfoProviderGetAllowedChildClassesInternal Method (String, String)
Returns the DataSet of all the allowed child classes records.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<AllowedChildClassInfo> GetAllowedChildClassesInternal(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression

Return Value

Type: InfoDataSetAllowedChildClassInfo
See Also