C# Класс CmisSync.Lib.Config.RepoInfo

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AddIgnorePath ( string ignorePath ) : void

Adds the ignore path.

GetDatabasePath ( ) : string

Full path to the local database file/folder.

GetIgnoredPaths ( ) : List

Gets the ignored paths.

GetPassword ( ) : Password

Gets the password.

IsPathIgnored ( string path ) : bool

If the given path should be ignored, TRUE will be returned, otherwise FALSE.

SetPassword ( Password password ) : void

Sets the password.

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

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

Adds the ignore path.
public AddIgnorePath ( string ignorePath ) : void
ignorePath string /// Ignore path. ///
Результат void

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

Full path to the local database file/folder.
public GetDatabasePath ( ) : string
Результат string

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

Gets the ignored paths.
public GetIgnoredPaths ( ) : List
Результат List

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

Gets the password.
public GetPassword ( ) : Password
Результат Password

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

If the given path should be ignored, TRUE will be returned, otherwise FALSE.
public IsPathIgnored ( string path ) : bool
path string /// Path to be checked ///
Результат bool

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

Sets the password.
public SetPassword ( Password password ) : void
password Password Password instance.
Результат void