Click or drag to resize
DocumentHelperAddAttachment Method
Overload List
  NameDescription
Public methodStatic memberAddAttachment(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.
Public methodStatic memberAddAttachment(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.
Public methodStatic memberAddAttachment(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.
Top
See Also