VersionAttachmentInfoProviderGetVersionAttachmentInfo Method |
Returns version attachment with specified ID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public static VersionAttachmentInfo GetVersionAttachmentInfo(
int versionHistoryId,
int attachmentHistoryId
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - attachmentHistoryId
- Type: SystemInt32
Attachment version history ID
Return Value
Type:
VersionAttachmentInfoSee Also