Click or drag to resize
AllowedChildClassInfoProviderGetAllowedChildClasses Method (Int32, Int32)
Returns allowed child classes for given parent class ID and site ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<DataClassInfo> GetAllowedChildClasses(
	int parentClassId,
	int siteId
)

Parameters

parentClassId
Type: SystemInt32
siteId
Type: SystemInt32

Return Value

Type: ObjectQueryDataClassInfo
See Also