The IFileRepositoryService interface exposes the methods listed in the following table:
| Methods | Description |
|---|---|
| Closes the FileRepositoryService. | |
| Establishes a connection to the FileRepositoryService in the server machine. | |
| Establishes a connection to the FileRepositoryService in the server machine. | |
| Performs the download processing to return a file from the server as a byte array. | |
| Performs the download processing to return a file from the server as a byte array. | |
| Downloads the data. | |
| Downloads the asynchronous data. | |
| Retrieves the current timestamp of the file specified in the virtualPath parameter. | |
| Retrieves the current timestamp of the file specified in the virtualPath parameter. | |
| Uploads a specified file to the FileRepository. | |
| Performs the upload processing to send a file to the server. | |
| Uploads the data. | |
| Uploads the asynchronous data. |