Méthode | Description | |
---|---|---|
IsFileExportedConf ( string filePath ) : bool |
Returns true if the file is a configuration file listed here
|
|
StartCheckingForUpdates ( ) : void |
ASYNC - Call this method to start checking for updates every xx min, also check once immediatly
|
|
TryToImportFile ( string filePath ) : bool |
Try to import the given configuration file
|
|
UpdateList ( string distantShareDirectory ) : void |
Update the information of the conf list, using the given share directory
|
Méthode | Description | |
---|---|---|
DoDelete ( |
||
DoFetch ( |
||
DoPush ( |
||
ImportKeywords ( |
public static IsFileExportedConf ( string filePath ) : bool | ||
filePath | string | |
Résultat | bool |
public static StartCheckingForUpdates ( ) : void | ||
Résultat | void |
public static TryToImportFile ( string filePath ) : bool | ||
filePath | string | |
Résultat | bool |
public static UpdateList ( string distantShareDirectory ) : void | ||
distantShareDirectory | string | |
Résultat | void |