Click or drag to resize
VersionManagerGetVersionAttachments Method
Overload List
  NameDescription
Public methodGetVersionAttachments(Int32)
Returns the DataSet containing all the attachments for the given document version based on where condition and order by clause.
Public methodGetVersionAttachments(Int32, Boolean)
Returns the DataSet containing all the attachments for the given document version.
Public methodGetVersionAttachments(Int32, String, String, Boolean)
Returns the DataSet containing all the attachments for the given document version based on where condition and order by clause.
Public methodGetVersionAttachments(Int32, String, String, Boolean, Int32, String)
Returns the DataSet containing all the attachments for the given document version based on where condition and order by clause.
Top
See Also