Click or drag to resize
DocumentTypeScopeClassInfoProviderGetAsync Method (Int32, Int32, NullableCancellationToken)
Asynchronously gets an instance of the DocumentTypeScopeClassInfo binding structure.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual Task<DocumentTypeScopeClassInfo> GetAsync(
	int scopeId,
	int classId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

scopeId
Type: SystemInt32
Page type scope ID.
classId
Type: SystemInt32
Page type ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskDocumentTypeScopeClassInfo
Returns a task returning either an instance of DocumentTypeScopeClassInfo corresponding to given identifiers or null.

Implements

IDocumentTypeScopeClassInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also