The following tables list the members exposed by SharePointClient.
Name | Description | |
---|---|---|
SharePointClient | Initializes a new instance of the SharePointClient class. |
Name | Description | |
---|---|---|
DownloadFile | Downloads an item from a SharePoint server to a disk. | |
DownloadFileAsync | Downloads an item asynchronously from a SharePoint server to a disk. | |
GetDownloadStream | Obtains a stream that can be used to download an item from a SharePoint server. | |
GetDownloadStreamAsync | Obtains a stream asynchronously that can be used to download an item in SharePoint server. | |
UploadFile | Uploads an item in a disk file to a SharePoint server folder. | |
UploadFileAsync | Uploads an item in a disk file to a SharePoint server folder asynchronously. | |
UploadStream | Uploads the data in a stream to a SharePoint server folder. | |
UploadStreamAsync | Uploads the data in a stream to a SharePoint server folder asynchronously. |
Name | Description | |
---|---|---|
Credentials | Gets or sets the credentials for this SharePointClient object. | |
OverwriteExistingFiles | Gets or sets a value that indicate whether to overwrite the existing item if it exists when uploading to SharePoint server. | |
Proxy | Gets or sets the proxy used by this SharePointClient object. |
Name | Description | |
---|---|---|
DownloadCompleted | An event that indicates an asynchronous download operation has been completed. | |
UploadCompleted | An event that indicates an asynchronous upload operation is completed. |