C# Class InfoPathScraper.Reporting.CSVReport

Outputs a comma-separated-value format, one line per feature: urn,feature,{feature details} The idea is to be able to consume this directly in Excel and do whatever filtering, reporting, etc on it
Inheritance: Report
显示文件 Open project: OfficeDev/PnP-Transformation Class Usage Examples

Protected Methods

Method Description
OutputTemplate ( Model template ) : string

Method Details

OutputTemplate() protected method

protected OutputTemplate ( Model template ) : string
template Model
return string