C# Class JDP.Remediation.Console.GenerateColumnAndTypeUsageReport

Afficher le fichier Open project: OfficeDev/PnP-Transformation Class Usage Examples

Méthodes publiques

Свойство Type Description
ComponentName string
ContentTypeOrCustomFieldId string
ContentTypeOrCustomFieldName string
ListId string
ListTitle string
WebUrl string
filePath string
headerContentType bool
outputPath string

Méthodes publiques

Méthode Description
DoWork ( ) : void

Private Methods

Méthode 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 méthode

public static DoWork ( ) : void
Résultat void

Property Details

ComponentName public_oe static_oe property

public static string ComponentName
Résultat string

ContentTypeOrCustomFieldId public_oe static_oe property

public static string ContentTypeOrCustomFieldId
Résultat string

ContentTypeOrCustomFieldName public_oe static_oe property

public static string ContentTypeOrCustomFieldName
Résultat string

ListId public_oe static_oe property

public static string ListId
Résultat string

ListTitle public_oe static_oe property

public static string ListTitle
Résultat string

WebUrl public_oe static_oe property

public static string WebUrl
Résultat string

filePath public_oe static_oe property

public static string filePath
Résultat string

headerContentType public_oe static_oe property

public static bool headerContentType
Résultat bool

outputPath public_oe static_oe property

public static string outputPath
Résultat string