Click or drag to resize
IAllowedChildClassInfoProviderRemove Method
Deletes AllowedChildClassInfo binding.

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

Parameters

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