DocumentHelper AddAttachment Method Kentico 8.1 API Reference
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.
Back to Top
See Also