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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ConfigureNewWebPartXmlFile ( string targetWebPartXmlFilePath, string sourceXmlFile, string OutPutDirectory ) : void
DoWork ( ) : void
ReadInputFile ( string &webPartsInputFile ) : bool
ReplaceWebPartInPage ( string webUrl, string targetWebPartFileName, string targetWebPartXmlFile, string sourceWebPartStorageKey, string webPartZoneIndex, string webPartZoneID, string serverRelativePageUrl, string outPutDirectory, string sourceWebPartId = "" ) : bool
ReplaceWebPart_UsingCSV ( string sourceWebPartType, string targetWebPartXmlFilePath, string targetWebPartFileName, string targetWebPartXmlDir, string usageFileName, string outPutFolder ) : void
SetExceptionCSVWebAppSiteColWebUrls ( string webUrl ) : void
TransformWebPart_UsingCSV ( string usageFileName, string sourceWebPartType, string targetWebPartFileName, string targetWebPartXmlFilePath, string outPutDirectory ) : void
WebPart_Initialization ( string DiscoveryUsage_OutPutFolder ) : void

비공개 메소드들

메소드 설명
GetPageRelativeURL ( string WebUrl, string PageUrl ) : string
GetTargetWebPartXmlFilePath ( string webPartId, string targetDirectory ) : string
GetWebPartID ( string webPartID ) : string
ReadWebPartUsageCSV ( string sourceWebPartType, string usageFilePath, string outPutFolder, IEnumerable &objWPDInput ) : void

메소드 상세

ConfigureNewWebPartXmlFile() 공개 정적인 메소드

public static ConfigureNewWebPartXmlFile ( string targetWebPartXmlFilePath, string sourceXmlFile, string OutPutDirectory ) : void
targetWebPartXmlFilePath string
sourceXmlFile string
OutPutDirectory string
리턴 void

DoWork() 공개 정적인 메소드

public static DoWork ( ) : void
리턴 void

ReadInputFile() 공개 정적인 메소드

public static ReadInputFile ( string &webPartsInputFile ) : bool
webPartsInputFile string
리턴 bool

ReplaceWebPartInPage() 공개 정적인 메소드

public static ReplaceWebPartInPage ( string webUrl, string targetWebPartFileName, string targetWebPartXmlFile, string sourceWebPartStorageKey, string webPartZoneIndex, string webPartZoneID, string serverRelativePageUrl, string outPutDirectory, string sourceWebPartId = "" ) : bool
webUrl string
targetWebPartFileName string
targetWebPartXmlFile string
sourceWebPartStorageKey string
webPartZoneIndex string
webPartZoneID string
serverRelativePageUrl string
outPutDirectory string
sourceWebPartId string
리턴 bool

ReplaceWebPart_UsingCSV() 공개 정적인 메소드

public static ReplaceWebPart_UsingCSV ( string sourceWebPartType, string targetWebPartXmlFilePath, string targetWebPartFileName, string targetWebPartXmlDir, string usageFileName, string outPutFolder ) : void
sourceWebPartType string
targetWebPartXmlFilePath string
targetWebPartFileName string
targetWebPartXmlDir string
usageFileName string
outPutFolder string
리턴 void

SetExceptionCSVWebAppSiteColWebUrls() 공개 정적인 메소드

public static SetExceptionCSVWebAppSiteColWebUrls ( string webUrl ) : void
webUrl string
리턴 void

TransformWebPart_UsingCSV() 공개 정적인 메소드

public static TransformWebPart_UsingCSV ( string usageFileName, string sourceWebPartType, string targetWebPartFileName, string targetWebPartXmlFilePath, string outPutDirectory ) : void
usageFileName string
sourceWebPartType string
targetWebPartFileName string
targetWebPartXmlFilePath string
outPutDirectory string
리턴 void

WebPart_Initialization() 공개 정적인 메소드

public static WebPart_Initialization ( string DiscoveryUsage_OutPutFolder ) : void
DiscoveryUsage_OutPutFolder string
리턴 void

프로퍼티 상세

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

public static string filePath
리턴 string

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

public static string outputPath
리턴 string

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

public static string timeStamp
리턴 string