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

The type ShareRequest.
상속: BaseRequest, IShareRequest
파일 보기 프로젝트 열기: OneDrive/onedrive-sdk-csharp

공개 메소드들

메소드 설명
CreateAsync ( Share shareToCreate ) : System.Threading.Tasks.Task

Creates the specified Share using PUT.

CreateAsync ( Share shareToCreate, CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Creates the specified Share using PUT.

DeleteAsync ( ) : System.Threading.Tasks.Task

Deletes the specified Share.

DeleteAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Deletes the specified Share.

Expand ( string value ) : IShareRequest

Adds the specified expand value to the request.

GetAsync ( ) : System.Threading.Tasks.Task

Gets the specified Share.

GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Gets the specified Share.

Select ( string value ) : IShareRequest

Adds the specified select value to the request.

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

Constructs a new ShareRequest.

UpdateAsync ( Share shareToUpdate ) : System.Threading.Tasks.Task

Updates the specified Share using PATCH.

UpdateAsync ( Share shareToUpdate, CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Updates the specified Share using PATCH.

비공개 메소드들

메소드 설명
InitializeCollectionProperties ( Share shareToInitialize ) : void

Initializes any collection properties after deserialization, like next requests for paging.

메소드 상세

CreateAsync() 공개 메소드

Creates the specified Share using PUT.
public CreateAsync ( Share shareToCreate ) : System.Threading.Tasks.Task
shareToCreate Share The Share to create.
리턴 System.Threading.Tasks.Task

CreateAsync() 공개 메소드

Creates the specified Share using PUT.
public CreateAsync ( Share shareToCreate, CancellationToken cancellationToken ) : System.Threading.Tasks.Task
shareToCreate Share The Share to create.
cancellationToken CancellationToken The for the request.
리턴 System.Threading.Tasks.Task

DeleteAsync() 공개 메소드

Deletes the specified Share.
public DeleteAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DeleteAsync() 공개 메소드

Deletes the specified Share.
public DeleteAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task
cancellationToken CancellationToken The for the request.
리턴 System.Threading.Tasks.Task

Expand() 공개 메소드

Adds the specified expand value to the request.
public Expand ( string value ) : IShareRequest
value string The expand value.
리턴 IShareRequest

GetAsync() 공개 메소드

Gets the specified Share.
public GetAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetAsync() 공개 메소드

Gets the specified Share.
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task
cancellationToken CancellationToken The for the request.
리턴 System.Threading.Tasks.Task

Select() 공개 메소드

Adds the specified select value to the request.
public Select ( string value ) : IShareRequest
value string The select value.
리턴 IShareRequest

ShareRequest() 공개 메소드

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

UpdateAsync() 공개 메소드

Updates the specified Share using PATCH.
public UpdateAsync ( Share shareToUpdate ) : System.Threading.Tasks.Task
shareToUpdate Share The Share to update.
리턴 System.Threading.Tasks.Task

UpdateAsync() 공개 메소드

Updates the specified Share using PATCH.
public UpdateAsync ( Share shareToUpdate, CancellationToken cancellationToken ) : System.Threading.Tasks.Task
shareToUpdate Share The Share to update.
cancellationToken CancellationToken The for the request.
리턴 System.Threading.Tasks.Task