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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
DeleteWebPart ( string webUrl, string pageUrl, string _storageKey ) : bool
DeleteWebPart_UsingCSV ( string webPartType, string webPartsInputFile, string csvFile ) : void
DoWork ( ) : void

비공개 메소드들

메소드 설명
DeleteWebPart ( Web web, string serverRelativePageUrl, System.Guid storageKey ) : bool
GetPageList ( ClientContext clientContext ) : List
GetPageRelativeURL ( string WebUrl, string PageUrl, string UserName = "N/A", string Password = "N/A", string Domain = "N/A" ) : string
GetWebPartID ( string webPartID ) : string
IsPublishingWeb ( ClientContext clientContext, Web web ) : bool
ReadInputFile ( string &webPartsInputFile ) : bool
ReadWebPartUsageCSV ( string sourceWebPartType, string usageFilePath, IEnumerable &objWPDInput ) : void

메소드 상세

DeleteWebPart() 공개 정적인 메소드

public static DeleteWebPart ( string webUrl, string pageUrl, string _storageKey ) : bool
webUrl string
pageUrl string
_storageKey string
리턴 bool

DeleteWebPart_UsingCSV() 공개 정적인 메소드

public static DeleteWebPart_UsingCSV ( string webPartType, string webPartsInputFile, string csvFile ) : void
webPartType string
webPartsInputFile string
csvFile string
리턴 void

DoWork() 공개 정적인 메소드

public static DoWork ( ) : void
리턴 void

프로퍼티 상세

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

public static string filePath
리턴 string

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

public static string outputPath
리턴 string