Click or drag to resize
AllowedChildClassInfoProviderAddAllowedChildClass Method
Inserts new record to CMS_AllowedChildClasses table if no one exists.

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

Parameters

parentClassId
Type: SystemInt32
Parent ClassID
childClassId
Type: SystemInt32
Child ClassID
See Also