| DocumentHelperGetAttachment Method (Guid, Int32, Boolean) | 
            Returns given version of the specified attachment.
            Returns only an attachment which is not a variant. For an attachment variant returns null.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static DocumentAttachment GetAttachment(
	Guid attachmentGuid,
	int versionHistoryId,
	bool includeBinary = true
)
Parameters
- attachmentGuid
 - Type: SystemGuid
Attachment GUID - versionHistoryId
 - Type: SystemInt32
Required version history ID - includeBinary (Optional)
 - Type: SystemBoolean
Indicates whether binary column should be included. 
Return Value
Type: 
DocumentAttachment
See Also