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