Méthode | Description | |
---|---|---|
CreateLocation ( |
||
CreateLocation ( |
||
DeleteFile ( string FilePath ) : void | ||
DeleteFiles ( ) : void | ||
WriteFile ( string FilePath, Stream FileContent ) : void | ||
WriteFile ( string FilePath, byte FileContent ) : void |
public static CreateLocation ( |
||
Database | ||
SubLocation | string | |
SubSubLocationTimestamp | System.DateTime | |
Résultat | string |
public static CreateLocation ( |
||
DiscoConfiguration | ||
SubLocation | string | |
SubSubLocationTimestamp | System.DateTime | |
Résultat | string |
public static DeleteFile ( string FilePath ) : void | ||
FilePath | string | |
Résultat | void |
public static WriteFile ( string FilePath, Stream FileContent ) : void | ||
FilePath | string | |
FileContent | Stream | |
Résultat | void |
public static WriteFile ( string FilePath, byte FileContent ) : void | ||
FilePath | string | |
FileContent | byte | |
Résultat | void |