Click or drag to resize
AllowedChildClassInfoProviderIsChildClassAllowed Method
Returns true if child class is allowed within given parent class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsChildClassAllowed(
	int parentClassId,
	int childClassId
)

Parameters

parentClassId
Type: SystemInt32
Parent class ID
childClassId
Type: SystemInt32
Child class ID

Return Value

Type: Boolean
See Also