Click or drag to resize
VersionAttachmentInfoProviderGetVersionAttachmentInfoInternal Method

Note: This API is now obsolete.

Returns version attachment binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual VersionAttachmentInfo GetVersionAttachmentInfoInternal(
	int versionHistoryId,
	int attachmentHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Identifier for document history
attachmentHistoryId
Type: SystemInt32
Identifier for attachment history

Return Value

Type: VersionAttachmentInfo
See Also