Overload List
| Name | Description | |
|---|---|---|
| AddAttachment(TreeNode, String, String, TreeProvider, 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, TreeProvider, 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, Object, TreeProvider, Int32, Int32, Int32) | 
            Adds an attachment to the document. Does not update the document to the database, updates the attachment if currently present.
              | 
See Also