Click or drag to resize
DocumentHelperGetAttachment Method
Overload List
  NameDescription
Public methodStatic memberGetAttachment(Guid, Int32, Boolean)
Returns given version of the specified attachment. Returns only an attachment which is not a variant. For an attachment variant returns null.
Public methodStatic memberGetAttachment(Guid, String, Boolean)
Returns the latest version of the specified attachment. Returns only an attachment which is not a variant. For an attachment variant returns null.
Public methodStatic memberGetAttachment(TreeNode, Guid, Boolean)
Returns specified attachment for the given node. Returns only an attachment which is not a variant. For an attachment variant returns null.
Public methodStatic memberGetAttachment(TreeNode, String, Boolean)
Returns attachment for the given node specified by file name. Returns only an attachment which is not a variant. For an attachment variant returns null.
Public methodStatic memberGetAttachment(Guid, String, Boolean, TreeNode)
Returns the latest version of the specified attachment. Returns only an attachment which is not a variant. For an attachment variant returns null.
Public methodStatic memberGetAttachment(Int32, String, Int32, Boolean)
Returns given version of the specified attachment. Returns only an attachment which is not a variant. For an attachment variant returns null.
Top
See Also