C# Class Microsoft.OneDrive.Sdk.ItemChildrenCollectionRequestBuilder

The type ItemChildrenCollectionRequestBuilder.
Inheritance: Microsoft.OneDrive.Sdk.BaseRequestBuilder, IItemChildrenCollectionRequestBuilder
Mostra file Open project: OneDrive/onedrive-sdk-csharp

Public Methods

Method 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 method

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.
return System

Request() public method

Builds the request.
public Request ( ) : IItemChildrenCollectionRequest
return IItemChildrenCollectionRequest

Request() public method

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

this() public method

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