Method | Description | |
---|---|---|
AddAsync ( Item item ) : System.Threading.Tasks.Task |
Adds the specified Item to the collection via POST.
|
|
AddAsync ( Item item, |
Adds the specified Item to the collection via POST.
|
|
DriveSharedCollectionRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System |
Constructs a new DriveSharedCollectionRequest.
|
|
Expand ( string value ) : IDriveSharedCollectionRequest |
Adds the specified expand value to the request.
|
|
Filter ( string value ) : IDriveSharedCollectionRequest |
Adds the specified filter value to the request.
|
|
GetAsync ( ) : System.Threading.Tasks.Task |
Gets the collection page.
|
|
GetAsync ( |
Gets the collection page.
|
|
OrderBy ( string value ) : IDriveSharedCollectionRequest |
Adds the specified orderby value to the request.
|
|
Select ( string value ) : IDriveSharedCollectionRequest |
Adds the specified select value to the request.
|
|
Skip ( int value ) : IDriveSharedCollectionRequest |
Adds the specified skip value to the request.
|
|
Top ( int value ) : IDriveSharedCollectionRequest |
Adds the specified top value to the request.
|
public AddAsync ( Item item ) : System.Threading.Tasks.Task |
||
item | Item | The Item to add. |
return | System.Threading.Tasks.Task |
public AddAsync ( Item item, |
||
item | Item | The Item to add. |
cancellationToken | The |
|
return | System.Threading.Tasks.Task |
public DriveSharedCollectionRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System | ||
requestUrl | string | The URL for the built request. |
client | IBaseClient | The |
options | IEnumerable | Query and header option name value pairs for the request. |
return | System |
public Expand ( string value ) : IDriveSharedCollectionRequest | ||
value | string | The expand value. |
return | IDriveSharedCollectionRequest |
public Filter ( string value ) : IDriveSharedCollectionRequest | ||
value | string | The filter value. |
return | IDriveSharedCollectionRequest |
public GetAsync ( ) : System.Threading.Tasks.Task |
||
return | System.Threading.Tasks.Task |
public GetAsync ( |
||
cancellationToken | The |
|
return | System.Threading.Tasks.Task |
public OrderBy ( string value ) : IDriveSharedCollectionRequest | ||
value | string | The orderby value. |
return | IDriveSharedCollectionRequest |
public Select ( string value ) : IDriveSharedCollectionRequest | ||
value | string | The select value. |
return | IDriveSharedCollectionRequest |
public Skip ( int value ) : IDriveSharedCollectionRequest | ||
value | int | The skip value. |
return | IDriveSharedCollectionRequest |
public Top ( int value ) : IDriveSharedCollectionRequest | ||
value | int | The top value. |
return | IDriveSharedCollectionRequest |