C# Класс JDP.Remediation.Console.GenerateColumnAndTypeUsageReport

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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