C# Class Microsoft.OneDrive.Sdk.DriveRecentRequest

The type DriveRecentRequest.
Inheritance: BaseRequest, IDriveRecentRequest
Afficher le fichier Open project: OneDrive/onedrive-sdk-csharp Class Usage Examples

Méthodes publiques

Méthode Description
DriveRecentRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System

Constructs a new DriveRecentRequest.

Expand ( string value ) : IDriveRecentRequest

Adds the specified expand value to the request.

Filter ( string value ) : IDriveRecentRequest

Adds the specified filter value to the request.

GetAsync ( ) : System.Threading.Tasks.Task

Issues the GET request.

GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Issues the GET request.

OrderBy ( string value ) : IDriveRecentRequest

Adds the specified orderby value to the request.

Select ( string value ) : IDriveRecentRequest

Adds the specified select value to the request.

Skip ( int value ) : IDriveRecentRequest

Adds the specified skip value to the request.

Top ( int value ) : IDriveRecentRequest

Adds the specified top value to the request.

Method Details

DriveRecentRequest() public méthode

Constructs a new DriveRecentRequest.
public DriveRecentRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System
requestUrl string
client IBaseClient
options IEnumerable
Résultat System

Expand() public méthode

Adds the specified expand value to the request.
public Expand ( string value ) : IDriveRecentRequest
value string The expand value.
Résultat IDriveRecentRequest

Filter() public méthode

Adds the specified filter value to the request.
public Filter ( string value ) : IDriveRecentRequest
value string The filter value.
Résultat IDriveRecentRequest

GetAsync() public méthode

Issues the GET request.
public GetAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetAsync() public méthode

Issues the GET request.
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task
cancellationToken CancellationToken The for the request.
Résultat System.Threading.Tasks.Task

OrderBy() public méthode

Adds the specified orderby value to the request.
public OrderBy ( string value ) : IDriveRecentRequest
value string The orderby value.
Résultat IDriveRecentRequest

Select() public méthode

Adds the specified select value to the request.
public Select ( string value ) : IDriveRecentRequest
value string The select value.
Résultat IDriveRecentRequest

Skip() public méthode

Adds the specified skip value to the request.
public Skip ( int value ) : IDriveRecentRequest
value int The skip value.
Résultat IDriveRecentRequest

Top() public méthode

Adds the specified top value to the request.
public Top ( int value ) : IDriveRecentRequest
value int The top value.
Résultat IDriveRecentRequest