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

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

Parameters

documentId
Type: SystemInt32
Page ID.
tagId
Type: SystemInt32
Tag ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

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

Implements

IDocumentTagInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also