C# 클래스 KeeAnywhere.StorageProviders.Box.BoxHelper

파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere 1 사용 예제들

공개 메소드들

메소드 설명
GetClient ( ) : Box.V2.BoxClient
GetClient ( OAuthSession session ) : Box.V2.BoxClient
GetClient ( AccountConfiguration account ) : Task
GetFileByPath ( this api, string path ) : Task

비공개 메소드들

메소드 설명
BoxHelper ( ) : System

메소드 상세

GetClient() 공개 정적인 메소드

public static GetClient ( ) : Box.V2.BoxClient
리턴 Box.V2.BoxClient

GetClient() 공개 정적인 메소드

public static GetClient ( OAuthSession session ) : Box.V2.BoxClient
session Box.V2.Auth.OAuthSession
리턴 Box.V2.BoxClient

GetClient() 공개 정적인 메소드

public static GetClient ( AccountConfiguration account ) : Task
account KeeAnywhere.Configuration.AccountConfiguration
리턴 Task

GetFileByPath() 공개 정적인 메소드

public static GetFileByPath ( this api, string path ) : Task
api this
path string
리턴 Task