AllowedChildClassInfoProviderGetAllowedChildClasses Method (Int32, Int32) |
Returns allowed child classes for given parent class ID and site ID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static ObjectQuery<DataClassInfo> GetAllowedChildClasses(
int parentClassId,
int siteId
)
Parameters
- parentClassId
- Type: SystemInt32
- siteId
- Type: SystemInt32
Return Value
Type:
ObjectQueryDataClassInfoSee Also