VersionManager GetVersionAttachments Method Kentico 8.0 API Reference
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.
Back to Top
See Also