메소드 | 설명 | |
---|---|---|
ItemWithPath ( string path ) : IItemRequestBuilder |
Gets item request builder for the specified item path.
|
|
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.
|
public ItemWithPath ( string path ) : IItemRequestBuilder | ||
path | string | |
리턴 | IItemRequestBuilder |
public OneDriveClient ( IAuthenticationProvider authenticationProvider, IHttpProvider httpProvider = null ) : Microsoft.Graph | ||
authenticationProvider | IAuthenticationProvider | The |
httpProvider | IHttpProvider | The |
리턴 | Microsoft.Graph |
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 |
httpProvider | IHttpProvider | The |
리턴 | Microsoft.Graph |