Click or drag to resize
IAllowedChildClassInfoProviderAdd Method
Creates AllowedChildClassInfo binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
void Add(
	int parentClassId,
	int childClassId
)

Parameters

parentClassId
Type: SystemInt32
Parent page type ID.
childClassId
Type: SystemInt32
Child page type ID.
See Also