Click or drag to resize
AllowedChildClassInfoProviderAdd Method
Creates AllowedChildClassInfo binding.

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

Parameters

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

Implements

IAllowedChildClassInfoProviderAdd(Int32, Int32)
See Also