C# Класс CmisSync.Lib.Cmis.UiUtils.LoginCredentials

Login credentials helper class for creating new connections and handle result if it fails.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

LogIn() публичный Метод

Tries to log in on with the given credentials
public LogIn ( ) : bool
Результат bool

LogIn() публичный Метод

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.
Результат bool

ToString() публичный Метод

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.
public ToString ( ) : string
Результат string