C# 클래스 Upac.WebsiteAdmin.Util

파일 보기 프로젝트 열기: 1508/upac-for-umbraco

공개 메소드들

메소드 설명
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

메소드 상세

CopyDirectory() 공개 정적인 메소드

public static CopyDirectory ( string Src, string Dst ) : void
Src string
Dst string
리턴 void

CreateDatabase() 공개 정적인 메소드

public static CreateDatabase ( string name, string folderPath ) : void
name string
folderPath string
리턴 void

DeleteDatabase() 공개 정적인 메소드

public static DeleteDatabase ( string name ) : void
name string
리턴 void

EnsureFolder() 공개 정적인 메소드

public static EnsureFolder ( string path ) : void
path string
리턴 void

ModifyWebconfig() 공개 정적인 메소드

public static ModifyWebconfig ( string dbstring, string path ) : void
dbstring string
path string
리턴 void

Replace() 공개 정적인 메소드

public static Replace ( string &file, string &searchFor, string &replaceWith ) : bool
file string
searchFor string
replaceWith string
리턴 bool