C# Class Microsoft.OneDrive.Sdk.ItemChildrenCollectionRequestBuilder

The type ItemChildrenCollectionRequestBuilder.
Inheritance: Microsoft.OneDrive.Sdk.BaseRequestBuilder, IItemChildrenCollectionRequestBuilder
Afficher le fichier Open project: OneDrive/onedrive-sdk-csharp

Méthodes publiques

Méthode Description
ItemChildrenCollectionRequestBuilder ( string requestUrl, IBaseClient client ) : System

Constructs a new ItemChildrenCollectionRequestBuilder.

Request ( ) : IItemChildrenCollectionRequest

Builds the request.

Request ( IEnumerable options ) : IItemChildrenCollectionRequest

Builds the request.

this ( string id ) : IItemRequestBuilder

Gets an IItemRequestBuilder for the specified ItemItem.

Method Details

ItemChildrenCollectionRequestBuilder() public méthode

Constructs a new ItemChildrenCollectionRequestBuilder.
public ItemChildrenCollectionRequestBuilder ( string requestUrl, IBaseClient client ) : System
requestUrl string The URL for the built request.
client IBaseClient The for handling requests.
Résultat System

Request() public méthode

Builds the request.
public Request ( ) : IItemChildrenCollectionRequest
Résultat IItemChildrenCollectionRequest

Request() public méthode

Builds the request.
public Request ( IEnumerable options ) : IItemChildrenCollectionRequest
options IEnumerable The query and header options for the request.
Résultat IItemChildrenCollectionRequest

this() public méthode

Gets an IItemRequestBuilder for the specified ItemItem.
public this ( string id ) : IItemRequestBuilder
id string The ID for the ItemItem.
Résultat IItemRequestBuilder