Click or drag to resize
AllowedChildClassInfoProvider.GetAllowedChildClassesInternal 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: System.String
Where condition
orderBy
Type: System.String
Order by expression

Return Value

Type: InfoDataSet<AllowedChildClassInfo>
See Also