C# Class JDP.Remediation.Console.GenerateColumnAndTypeUsageReport

Mostra file Open project: OfficeDev/PnP-Transformation Class Usage Examples

Public Properties

Property Type Description
ComponentName string
ContentTypeOrCustomFieldId string
ContentTypeOrCustomFieldName string
ListId string
ListTitle string
WebUrl string
filePath string
headerContentType bool
outputPath string

Public Methods

Method Description
DoWork ( ) : void

Private Methods

Method Description
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

Method Details

DoWork() public static method

public static DoWork ( ) : void
return void

Property Details

ComponentName public_oe static_oe property

public static string ComponentName
return string

ContentTypeOrCustomFieldId public_oe static_oe property

public static string ContentTypeOrCustomFieldId
return string

ContentTypeOrCustomFieldName public_oe static_oe property

public static string ContentTypeOrCustomFieldName
return string

ListId public_oe static_oe property

public static string ListId
return string

ListTitle public_oe static_oe property

public static string ListTitle
return string

WebUrl public_oe static_oe property

public static string WebUrl
return string

filePath public_oe static_oe property

public static string filePath
return string

headerContentType public_oe static_oe property

public static bool headerContentType
return bool

outputPath public_oe static_oe property

public static string outputPath
return string