Click or drag to resize
AllowedChildClassInfoProviderGet Method (Int32, Int32)
Gets an instance of the AllowedChildClassInfo binding structure.

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

Parameters

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

Return Value

Type: AllowedChildClassInfo
Returns an instance of AllowedChildClassInfo corresponding to given identifiers or null.

Implements

IAllowedChildClassInfoProviderGet(Int32, Int32)
See Also