AllowedChildClassInfoProviderIsChildClassAllowed Method |
Returns true if child class is allowed within given parent class.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static bool IsChildClassAllowed(
int parentClassId,
int childClassId
)
Parameters
- parentClassId
- Type: SystemInt32
Parent class ID - childClassId
- Type: SystemInt32
Child class ID
Return Value
Type:
BooleanSee Also