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

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

공개 프로퍼티들

프로퍼티 타입 설명
ComponentName string
ContentTypeOrCustomFieldId string
ContentTypeOrCustomFieldName string
ListId string
ListTitle string
WebUrl string
filePath string
headerContentType bool
outputPath string

공개 메소드들

메소드 설명
DoWork ( ) : void

비공개 메소드들

메소드 설명
ProcessSite ( string siteUrl, List contentTypes, List siteColumns, string CTCFFileName ) : void

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

ProcessWeb ( string webUrl, bool isRoot, List contentTypes, List siteColumns, string siteURL, string CTCFFileName ) : void

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

ReportContentTypeUsage ( Web web, List list, string targetContentTypeId, string targetContentTypeName, string siteColUrl, string CTCFFileName ) : void
ReportContentTypeUsage ( Web web, string targetContentTypeId, string targetContentTypeName, string siteColUrl, string CTCFFileName ) : void
ReportSiteColumnUsage ( Web web, System.Guid siteColumnId, string siteColumnName, string siteColUrl, string CTCFFileName ) : void
ReportSiteColumnUsage ( Web web, List list, System.Guid siteColumnId, string siteColumnName, string siteColUrl, string CTCFFileName ) : void
ScanLists ( Web web, List contentTypes, List siteColumns, string siteURL, string CTCFFileName ) : void
ScanWeb ( Web web, List contentTypes, List siteColumns, string siteURL, string CTCFFileName ) : void
ShowInformation ( ) : bool

메소드 상세

DoWork() 공개 정적인 메소드

public static DoWork ( ) : void
리턴 void

프로퍼티 상세

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

public static string ComponentName
리턴 string

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

public static string ContentTypeOrCustomFieldId
리턴 string

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

public static string ContentTypeOrCustomFieldName
리턴 string

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

public static string ListId
리턴 string

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

public static string ListTitle
리턴 string

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

public static string WebUrl
리턴 string

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

public static string filePath
리턴 string

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

public static bool headerContentType
리턴 bool

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

public static string outputPath
리턴 string