Click or drag to resize
IVersionAttachmentInfoProviderGetAsync Method
Asynchronously gets an instance of the VersionAttachmentInfo binding structure.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
Task<VersionAttachmentInfo> GetAsync(
	int versionHistoryId,
	int attachmentHistoryId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

versionHistoryId
Type: SystemInt32
Version history ID.
attachmentHistoryId
Type: SystemInt32
Attachment history ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskVersionAttachmentInfo
Returns a task returning either an instance of VersionAttachmentInfo corresponding to given identifiers or null.
See Also