Method | Description | |
---|---|---|
RepoInfo ( string name, string cmisDatabaseFolder ) : System |
Simple constructor.
|
|
RepoInfo ( string name, string cmisDatabaseFolder, string remotePath, string address, string user, string password, string repoID, double pollInterval ) : System |
Full constructor.
|
|
addIgnorePath ( string path ) : void |
Adds a new path to the list of paths, which should be ignored. It has to be a absolute path from the repoID on with a leading slash. Path separator must also be a slash.
|
|
getIgnoredPaths ( ) : string[] |
All folders, which should be ignored on synchronization will be returned.
|
|
isPathIgnored ( string path ) : bool |
If the given path should be ignored, TRUE will be returned, otherwise FALSE.
|
public RepoInfo ( string name, string cmisDatabaseFolder ) : System | ||
name | string | |
cmisDatabaseFolder | string | |
return | System |
public RepoInfo ( string name, string cmisDatabaseFolder, string remotePath, string address, string user, string password, string repoID, double pollInterval ) : System | ||
name | string | |
cmisDatabaseFolder | string | |
remotePath | string | |
address | string | |
user | string | |
password | string | |
repoID | string | |
pollInterval | double | |
return | System |