AllowedChildClassInfoProviderAddAllowedChildClass Method |
Inserts new record to CMS_AllowedChildClasses table if no one exists.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static void AddAllowedChildClass(
int parentClassId,
int childClassId
)
Parameters
- parentClassId
- Type: SystemInt32
Parent ClassID - childClassId
- Type: SystemInt32
Child ClassID
See Also