Click or drag to resize
VersionAttachmentInfoProviderGetVersionAttachmentInfoInternal Method
Returns version attachment binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
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