Click or drag to resize
DocumentHelperGetAttachment Method (Guid, Int32, TreeProvider, Boolean)
Returns given version of the specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static AttachmentInfo GetAttachment(
	Guid attachmentGuid,
	int versionHistoryId,
	TreeProvider tree,
	bool includeBinary = true
)

Parameters

attachmentGuid
Type: SystemGuid
Attachment GUID
versionHistoryId
Type: SystemInt32
Required version history ID
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use
includeBinary (Optional)
Type: SystemBoolean
Indicates whether binary column should be included.

Return Value

Type: AttachmentInfo
See Also