IAllowedChildClassInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax AllowedChildClassInfo Get(
int parentClassId,
int childClassId
)
Parameters
- parentClassId
- Type: SystemInt32
Parent page type ID. - childClassId
- Type: SystemInt32
Child page type ID.
Return Value
Type:
AllowedChildClassInfoReturns an instance of
AllowedChildClassInfo corresponding to given identifiers or null.
See Also