C# Класс Microsoft.OneDrive.Sdk.OneDriveClient

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ItemWithPath ( string path ) : IItemRequestBuilder

Gets item request builder for the specified item path. The item request builder.

OneDriveClient ( IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph

Instantiates a new OneDriveClient.

OneDriveClient ( string baseUrl, IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph

Instantiates a new OneDriveClient.

Описание методов

ItemWithPath() публичный Метод

Gets item request builder for the specified item path. The item request builder.
public ItemWithPath ( string path ) : IItemRequestBuilder
path string
Результат IItemRequestBuilder

OneDriveClient() публичный Метод

Instantiates a new OneDriveClient.
public OneDriveClient ( IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph
authenticationProvider IAuthenticationProvider The for authenticating request messages.
httpProvider IHttpProvider The for sending requests.
Результат Microsoft.Graph

OneDriveClient() публичный Метод

Instantiates a new OneDriveClient.
public OneDriveClient ( string baseUrl, IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph
baseUrl string The base service URL. For example, "https://api.onedrive.com/v1.0."
authenticationProvider IAuthenticationProvider The for authenticating request messages.
httpProvider IHttpProvider The for sending requests.
Результат Microsoft.Graph