Click or drag to resize

RepositoryGetFileContents Method

Overload List
  NameDescription
Public methodCode exampleGetFileContents(IListFileSpec, Options)
Return the contents of the files identified by the passed-in file specs based on their base file type in the depot. If the file type is unknown or if both text and binary content may be needed, use GetFileContentsEx instead.
Public methodCode exampleGetFileContents(Options, FileSpec)
Return the contents of the files identified by the passed-in file specs based on their base file type in the depot. If the file type is unknown or if both text and binary content may be needed, use GetFileContentsEx instead.
Top
See Also