C# Class CmisSync.Lib.Config.RepoInfo

Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

AddIgnorePath() public méthode

Adds the ignore path.
public AddIgnorePath ( string ignorePath ) : void
ignorePath string /// Ignore path. ///
Résultat void

GetDatabasePath() public méthode

Full path to the local database file/folder.
public GetDatabasePath ( ) : string
Résultat string

GetIgnoredPaths() public méthode

Gets the ignored paths.
public GetIgnoredPaths ( ) : List
Résultat List

GetPassword() public méthode

Gets the password.
public GetPassword ( ) : Password
Résultat Password

IsPathIgnored() public méthode

If the given path should be ignored, TRUE will be returned, otherwise FALSE.
public IsPathIgnored ( string path ) : bool
path string /// Path to be checked ///
Résultat bool

SetPassword() public méthode

Sets the password.
public SetPassword ( Password password ) : void
password Password Password instance.
Résultat void