Click or drag to resize
VersionManager.GetAttachmentVersionInternal Method (Int32, String, Boolean)
Returns the attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual AttachmentHistoryInfo GetAttachmentVersionInternal(
	int versionHistoryId,
	string fileName,
	bool getBinary
)

Parameters

versionHistoryId
Type: System.Int32
Document version history ID
fileName
Type: System.String
File name
getBinary
Type: System.Boolean
Indicates if binary data should be included

Return Value

Type: AttachmentHistoryInfo
See Also