C# 클래스 SiteManager.Code.Commands.ExportProject
파일 보기
프로젝트 열기: jerrong/Sitecore-Multisite-Manager
공개 메소드들
메소드 |
설명 |
|
CopyAll ( DirectoryInfo source, DirectoryInfo target, String RenameToken ) : void |
|
|
Execute ( CommandContext context ) : void |
|
|
RenameAll ( DirectoryInfo source, String RenameToken ) : void |
|
|
StartProcess ( ) : void |
|
|
비공개 메소드들
메소드 |
설명 |
|
RunPowershellScript ( string scriptFilePath, string application, string scriptParameters ) : void |
|
|
메소드 상세
public static CopyAll ( DirectoryInfo source, DirectoryInfo target, String RenameToken ) : void |
source |
System.IO.DirectoryInfo |
|
target |
System.IO.DirectoryInfo |
|
RenameToken |
String |
|
리턴 |
void |
|
public Execute ( CommandContext context ) : void |
context |
CommandContext |
|
리턴 |
void |
|
public static RenameAll ( DirectoryInfo source, String RenameToken ) : void |
source |
System.IO.DirectoryInfo |
|
RenameToken |
String |
|
리턴 |
void |
|