Property | Type | Description |
---|
Method | 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 ( ) : |
Gets the password.
|
|
IsPathIgnored ( string path ) : bool |
If the given path should be ignored, TRUE will be returned, otherwise FALSE.
|
|
SetPassword ( |
Sets the password.
|
public AddIgnorePath ( string ignorePath ) : void | ||
ignorePath | string | /// Ignore path. /// |
return | void |
public IsPathIgnored ( string path ) : bool | ||
path | string | /// Path to be checked /// |
return | bool |
public SetPassword ( |
||
password | Password instance. | |
return | void |