RepositoryGetFileContents Method |
| Name | Description | |
|---|---|---|
| GetFileContents(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.
| |
| GetFileContents(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.
|