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

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

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

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

Adds the specified ThumbnailSet to the collection via POST.

AddAsync ( ThumbnailSet thumbnailSet, CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Adds the specified ThumbnailSet to the collection via POST.

Expand ( string value ) : IItemThumbnailsCollectionRequest

Adds the specified expand value to the request.

Filter ( string value ) : IItemThumbnailsCollectionRequest

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.

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

Constructs a new ItemThumbnailsCollectionRequest.

OrderBy ( string value ) : IItemThumbnailsCollectionRequest

Adds the specified orderby value to the request.

Select ( string value ) : IItemThumbnailsCollectionRequest

Adds the specified select value to the request.

Skip ( int value ) : IItemThumbnailsCollectionRequest

Adds the specified skip value to the request.

Top ( int value ) : IItemThumbnailsCollectionRequest

Adds the specified top value to the request.

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

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

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

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

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

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

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

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

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

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 CancellationToken The for the request.
Результат System.Threading.Tasks.Task

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

Constructs a new ItemThumbnailsCollectionRequest.
public ItemThumbnailsCollectionRequest ( 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

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

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

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

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

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

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

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

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