C# 클래스 JDP.Remediation.Console.ReplaceMasterPage

파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filePath string
outputPath string
timeStamp string

공개 메소드들

메소드 설명
DoWork ( ) : void
ProcessWebUrl ( string webUrl, DataRow drMasterPage, bool replaceMasterUrl, bool replaceCustomMasterUrl, bool replaceBothMaserUrls ) : bool

비공개 메소드들

메소드 설명
ProcessInputFile ( string masterPageInputFile, bool replaceMasterUrl, bool replaceCustomMasterUrl, bool replaceBothMaserUrls, string outputDirectory ) : void
ReadCustomOOBMasterPages ( string &customMasterPage, string &oobMasterPage ) : void
ReadInputFile ( string &masterPageInputFile ) : bool
ReadInputOptions ( bool &processInputFile, bool &processWebUrl ) : bool
ReadMasterUrlReplaceOptions ( bool &replaceMasterUrl, bool &replaceCustomMasterUrl, bool &replaceBothMasterUrls ) : bool
ReplaceMasterUrl ( ClientContext ctx, string oobMasterPageUrl, string serverRelativeUrl, bool replaceMasterUrl, bool replaceCustomMasterUrl, bool replaceBothMasterUrls ) : bool

메소드 상세

DoWork() 공개 정적인 메소드

public static DoWork ( ) : void
리턴 void

ProcessWebUrl() 공개 정적인 메소드

public static ProcessWebUrl ( string webUrl, DataRow drMasterPage, bool replaceMasterUrl, bool replaceCustomMasterUrl, bool replaceBothMaserUrls ) : bool
webUrl string
drMasterPage System.Data.DataRow
replaceMasterUrl bool
replaceCustomMasterUrl bool
replaceBothMaserUrls bool
리턴 bool

프로퍼티 상세

filePath 공개적으로 정적으로 프로퍼티

public static string filePath
리턴 string

outputPath 공개적으로 정적으로 프로퍼티

public static string outputPath
리턴 string

timeStamp 공개적으로 정적으로 프로퍼티

public static string timeStamp
리턴 string