C# 클래스 Microsoft.OneDrive.Sdk.ItemChildrenCollectionRequestBuilder

The type ItemChildrenCollectionRequestBuilder.
상속: Microsoft.OneDrive.Sdk.BaseRequestBuilder, IItemChildrenCollectionRequestBuilder
파일 보기 프로젝트 열기: OneDrive/onedrive-sdk-csharp

공개 메소드들

메소드 설명
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.

메소드 상세

ItemChildrenCollectionRequestBuilder() 공개 메소드

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.
리턴 System

Request() 공개 메소드

Builds the request.
public Request ( ) : IItemChildrenCollectionRequest
리턴 IItemChildrenCollectionRequest

Request() 공개 메소드

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

this() 공개 메소드

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