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

The type DriveSpecialCollectionRequest.
Наследование: BaseRequest, IDriveSpecialCollectionRequest
Показать файл Открыть проект

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

Метод Описание
AddAsync ( Item item ) : System.Threading.Tasks.Task

Adds the specified Item to the collection via POST.

AddAsync ( Item item, CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Adds the specified Item to the collection via POST.

DriveSpecialCollectionRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System

Constructs a new DriveSpecialCollectionRequest.

Expand ( string value ) : IDriveSpecialCollectionRequest

Adds the specified expand value to the request.

Filter ( string value ) : IDriveSpecialCollectionRequest

Adds the specified filter value to the request.

GetAsync ( ) : System.Threading.Tasks.Task

Gets the collection page.

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

Gets the collection page.

OrderBy ( string value ) : IDriveSpecialCollectionRequest

Adds the specified orderby value to the request.

Select ( string value ) : IDriveSpecialCollectionRequest

Adds the specified select value to the request.

Skip ( int value ) : IDriveSpecialCollectionRequest

Adds the specified skip value to the request.

Top ( int value ) : IDriveSpecialCollectionRequest

Adds the specified top value to the request.

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

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

Adds the specified Item to the collection via POST.
public AddAsync ( Item item ) : System.Threading.Tasks.Task
item Item The Item to add.
Результат System.Threading.Tasks.Task

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

Adds the specified Item to the collection via POST.
public AddAsync ( Item item, CancellationToken cancellationToken ) : System.Threading.Tasks.Task
item Item The Item to add.
cancellationToken System.Threading.CancellationToken The for the request.
Результат System.Threading.Tasks.Task

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

Constructs a new DriveSpecialCollectionRequest.
public DriveSpecialCollectionRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System
requestUrl string The URL for the built request.
client IBaseClient The for handling requests.
options IEnumerable Query and header option name value pairs for the request.
Результат System

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

Adds the specified expand value to the request.
public Expand ( string value ) : IDriveSpecialCollectionRequest
value string The expand value.
Результат IDriveSpecialCollectionRequest

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

Adds the specified filter value to the request.
public Filter ( string value ) : IDriveSpecialCollectionRequest
value string The filter value.
Результат IDriveSpecialCollectionRequest

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

Gets the collection page.
public GetAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

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

Gets the collection page.
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task
cancellationToken System.Threading.CancellationToken The for the request.
Результат System.Threading.Tasks.Task

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

Adds the specified orderby value to the request.
public OrderBy ( string value ) : IDriveSpecialCollectionRequest
value string The orderby value.
Результат IDriveSpecialCollectionRequest

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

Adds the specified select value to the request.
public Select ( string value ) : IDriveSpecialCollectionRequest
value string The select value.
Результат IDriveSpecialCollectionRequest

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

Adds the specified skip value to the request.
public Skip ( int value ) : IDriveSpecialCollectionRequest
value int The skip value.
Результат IDriveSpecialCollectionRequest

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

Adds the specified top value to the request.
public Top ( int value ) : IDriveSpecialCollectionRequest
value int The top value.
Результат IDriveSpecialCollectionRequest