DocumentHelper GetAttachment Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetAttachment(Guid, TreeProvider, String, Boolean)
Returns the latest version of the specified attachment.
Public methodStatic memberGetAttachment(Guid, Int32, TreeProvider, Boolean)
Returns given version of the specified attachment.
Public methodStatic memberGetAttachment(TreeNode, Guid, TreeProvider, Boolean)
Returns specified attachment for the given node.
Public methodStatic memberGetAttachment(TreeNode, String, TreeProvider, Boolean)
Returns attachment for the given node specified by file name.
Public methodStatic memberGetAttachment(Guid, TreeProvider, String, Boolean, TreeNode )
Returns the latest version of the specified attachment.
Public methodStatic memberGetAttachment(Int32, String, Int32, TreeProvider, Boolean)
Returns given version of the specified attachment.
Back to Top
See Also