Method | Description | |
---|---|---|
Contains ( string filename ) : bool | ||
DeleteFileTags ( string filename, string correctionNumber ) : bool | ||
Export ( ) : void |
Save the dicitonnary containing the file info
|
|
GetFileTags ( string filename, string nb ) : |
||
GetFileTagsList ( string filename ) : List |
||
GetLastFileTag ( string filename ) : |
||
Import ( ) : void |
Load the dictionnary of file info
|
|
ReplaceTokens ( |
Call this method to replace the variables inside your tags template (e.g. {&a }) to their actual values
|
|
SetFileTags ( string filename, string nb, string date, string text, string nomAppli, string version, string chantier, string jira ) : void |
public static Contains ( string filename ) : bool | ||
filename | string | |
return | bool |
public static DeleteFileTags ( string filename, string correctionNumber ) : bool | ||
filename | string | |
correctionNumber | string | |
return | bool |
public static GetFileTags ( string filename, string nb ) : |
||
filename | string | |
nb | string | |
return |
public static GetFileTagsList ( string filename ) : List |
||
filename | string | |
return | List |
public static GetLastFileTag ( string filename ) : |
||
filename | string | |
return |
public static ReplaceTokens ( |
||
fileTagObject | ||
tagString | string | |
return | string |
public static SetFileTags ( string filename, string nb, string date, string text, string nomAppli, string version, string chantier, string jira ) : void | ||
filename | string | |
nb | string | |
date | string | |
text | string | |
nomAppli | string | |
version | string | |
chantier | string | |
jira | string | |
return | void |