C# Class KeeAnywhere.StorageProviders.Box.BoxHelper

Afficher le fichier Open project: Kyrodan/KeeAnywhere Class Usage Examples

Méthodes publiques

Méthode Description
GetClient ( ) : Box.V2.BoxClient
GetClient ( OAuthSession session ) : Box.V2.BoxClient
GetClient ( AccountConfiguration account ) : Task
GetFileByPath ( this api, string path ) : Task

Private Methods

Méthode Description
BoxHelper ( ) : System

Method Details

GetClient() public static méthode

public static GetClient ( ) : Box.V2.BoxClient
Résultat Box.V2.BoxClient

GetClient() public static méthode

public static GetClient ( OAuthSession session ) : Box.V2.BoxClient
session Box.V2.Auth.OAuthSession
Résultat Box.V2.BoxClient

GetClient() public static méthode

public static GetClient ( AccountConfiguration account ) : Task
account KeeAnywhere.Configuration.AccountConfiguration
Résultat Task

GetFileByPath() public static méthode

public static GetFileByPath ( this api, string path ) : Task
api this
path string
Résultat Task