C# Class CmisSync.Lib.Cmis.UiUtils.CmisUtils

Useful CMIS methods.
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
GetCmisParameters ( CmisRepoCredentials credentials ) : string>.Dictionary
GetCmisParameters ( ServerCredentials credentials ) : string>.Dictionary
GetSubfolderTree ( CmisRepoCredentials credentials, string path, int depth ) : NodeTree

Get the sub-folders of a particular CMIS folder.

GetSubfolders ( CmisRepoCredentials credentials, string path ) : string[]

Get the sub-folders of a particular CMIS folder.

Method Details

GetCmisParameters() static public méthode

static public GetCmisParameters ( CmisRepoCredentials credentials ) : string>.Dictionary
credentials CmisSync.Lib.Config.CmisRepoCredentials
Résultat string>.Dictionary

GetCmisParameters() static public méthode

static public GetCmisParameters ( ServerCredentials credentials ) : string>.Dictionary
credentials CmisSync.Lib.Config.ServerCredentials
Résultat string>.Dictionary

GetSubfolderTree() static public méthode

Get the sub-folders of a particular CMIS folder.
static public GetSubfolderTree ( CmisRepoCredentials credentials, string path, int depth ) : NodeTree
credentials CmisSync.Lib.Config.CmisRepoCredentials
path string
depth int
Résultat NodeTree

GetSubfolders() static public méthode

Get the sub-folders of a particular CMIS folder.
static public GetSubfolders ( CmisRepoCredentials credentials, string path ) : string[]
credentials CmisSync.Lib.Config.CmisRepoCredentials
path string
Résultat string[]