| DocumentHelperAddAttachment Method | 
| Name | Description | |
|---|---|---|
| AddAttachment(TreeNode, String, String, Int32, Int32, Int32) | 
            Adds specified attachment to the document. Does not update the document to the database, updates the attachment if currently present.
              | |
| AddAttachment(TreeNode, String, HttpPostedFile, Int32, Int32, Int32) | 
            Adds given attachment to the document. Does not update the document to the database, updates the attachment if currently present.
              | |
| AddAttachment(TreeNode, String, Guid, Guid, AttachmentSource, Int32, Int32, Int32) | 
            Adds an attachment to the document. Does not update the document to the database, updates the attachment if currently present.
              |