Click or drag to resize
VersionAttachmentInfoProviderGetVersionAttachmentInfo Method

Note: This API is now obsolete.

Returns version attachment with specified ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IVersionAttachmentInfoProvider.Get(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - VersionAttachmentInfo.Provider.")]
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: VersionAttachmentInfo
See Also