IVersionAttachmentInfoProviderGetAsync Method |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
TaskVersionAttachmentInfoReturns a task returning either an instance of
VersionAttachmentInfo corresponding to given identifiers or null.
See Also