IAllowedChildClassInfoProviderGetAsync Method |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax Task<AllowedChildClassInfo> GetAsync(
int parentClassId,
int childClassId,
Nullable<CancellationToken> cancellationToken = null
)
Parameters
- parentClassId
- Type: SystemInt32
Parent page type ID. - childClassId
- Type: SystemInt32
Child page type ID. - cancellationToken (Optional)
- Type: SystemNullableCancellationToken
The cancellation instruction.
Return Value
Type:
TaskAllowedChildClassInfoReturns a task returning either an instance of
AllowedChildClassInfo corresponding to given identifiers or null.
See Also