Method | Description | |
---|---|---|
AddAsync ( |
Adds the specified ThumbnailSet to the collection via POST.
|
|
AddAsync ( |
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.
|
public AddAsync ( |
||
thumbnailSet | The ThumbnailSet to add. | |
return | System.Threading.Tasks.Task |
public AddAsync ( |
||
thumbnailSet | The ThumbnailSet to add. | |
cancellationToken | The |
|
return | System.Threading.Tasks.Task |
public Expand ( string value ) : IItemThumbnailsCollectionRequest | ||
value | string | The expand value. |
return | IItemThumbnailsCollectionRequest |
public Filter ( string value ) : IItemThumbnailsCollectionRequest | ||
value | string | The filter value. |
return | IItemThumbnailsCollectionRequest |
public GetAsync ( ) : System.Threading.Tasks.Task |
||
return | System.Threading.Tasks.Task |
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
||
cancellationToken | CancellationToken | The |
return | System.Threading.Tasks.Task |
public ItemThumbnailsCollectionRequest ( 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 OrderBy ( string value ) : IItemThumbnailsCollectionRequest | ||
value | string | The orderby value. |
return | IItemThumbnailsCollectionRequest |
public Select ( string value ) : IItemThumbnailsCollectionRequest | ||
value | string | The select value. |
return | IItemThumbnailsCollectionRequest |
public Skip ( int value ) : IItemThumbnailsCollectionRequest | ||
value | int | The skip value. |
return | IItemThumbnailsCollectionRequest |
public Top ( int value ) : IItemThumbnailsCollectionRequest | ||
value | int | The top value. |
return | IItemThumbnailsCollectionRequest |