Click or drag to resize

RepositoryGetFileContentsEx Method

Overload List
  NameDescription
Public methodCode exampleGetFileContentsEx(IListFileSpec, Options)
Return the contents of the files identified by the passed-in file specs. Use this method if user wants get file contents in binary format or if server is returning file contents in binary format.
Public methodCode exampleGetFileContentsEx(Options, FileSpec)
Return the contents of the files identified by the passed-in file specs. Use this method if user wants get file contents in binary format or if server is returning file contents in binary format.
Top
See Also