| DocumentHelperGetAttachment Method | 
| Name | Description | |
|---|---|---|
| GetAttachment(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.
              | |
| GetAttachment(Guid, String, Boolean) | 
            Returns the latest version of the specified attachment.
            Returns only an attachment which is not a variant. For an attachment variant returns null.
              | |
| GetAttachment(TreeNode, Guid, Boolean) | 
            Returns specified attachment for the given node.
            Returns only an attachment which is not a variant. For an attachment variant returns null.
              | |
| GetAttachment(TreeNode, String, Boolean) | 
            Returns attachment for the given node specified by file name.
            Returns only an attachment which is not a variant. For an attachment variant returns null.
              | |
| GetAttachment(Guid, String, Boolean, TreeNode) | 
            Returns the latest version of the specified attachment.
            Returns only an attachment which is not a variant. For an attachment variant returns null.
              | |
| GetAttachment(Int32, String, Int32, Boolean) | 
            Returns given version of the specified attachment.
            Returns only an attachment which is not a variant. For an attachment variant returns null.
              |