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

Login credentials helper class for creating new connections and handle result if it fails.
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
LogIn ( ) : bool

Tries to log in on with the given credentials

LogIn ( ISessionFactory sessionFactory ) : bool

Tries to log in on with the given credentials

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.

Method Details

LogIn() public méthode

Tries to log in on with the given credentials
public LogIn ( ) : bool
Résultat bool

LogIn() public méthode

Tries to log in on with the given credentials
public LogIn ( ISessionFactory sessionFactory ) : bool
sessionFactory ISessionFactory Use the given session factory for login. If null is passed, the default DotCMIS SessionFactory is used.
Résultat bool

ToString() public méthode

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.
public ToString ( ) : string
Résultat string