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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
DoWork ( ) : void

비공개 메소드들

메소드 설명
ProcessSite ( string siteUrl, string NonDefMasterFileName ) : void

Executes all site collection-level reporting. Performs special processing for the site collection, then processes all child webs.

ProcessWeb ( string webUrl, bool isRoot, string SiteURL, string NonDefMasterFileName ) : void

Executes all web-level transformations related to the custom solution. Performs special processing for the root web, then recurses through all child webs.

ShowInformation ( ) : bool

메소드 상세

DoWork() 공개 정적인 메소드

public static DoWork ( ) : void
리턴 void

프로퍼티 상세

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

This method reports on the usage of custom master pages. General Approach: - disable site feature: V4VisualUpgrade - note: the feature deactivator processes MPs of all child webs - process webs - delete custom hidden list: Lists/RedirectURL - disable web feature: Redirect Url List - disable web features: custom Master Pages (6) - delete custom master page files
public static string filePath
리턴 string

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

public static bool headermasterPage
리턴 bool

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

public static string outputPath
리턴 string