Method | Description | |
---|---|---|
CopyDirectory ( string Src, string Dst ) : void | ||
CreateDatabase ( string name, string folderPath ) : void | ||
DeleteDatabase ( string name ) : void | ||
EnsureFolder ( string path ) : void | ||
ModifyWebconfig ( string dbstring, string path ) : void | ||
Replace ( string &file, string &searchFor, string &replaceWith ) : bool |
public static CopyDirectory ( string Src, string Dst ) : void | ||
Src | string | |
Dst | string | |
return | void |
public static CreateDatabase ( string name, string folderPath ) : void | ||
name | string | |
folderPath | string | |
return | void |
public static DeleteDatabase ( string name ) : void | ||
name | string | |
return | void |
public static EnsureFolder ( string path ) : void | ||
path | string | |
return | void |
public static ModifyWebconfig ( string dbstring, string path ) : void | ||
dbstring | string | |
path | string | |
return | void |
public static Replace ( string &file, string &searchFor, string &replaceWith ) : bool | ||
file | string | |
searchFor | string | |
replaceWith | string | |
return | bool |