C# Class InfoPathScraper.Model.Feature.PublishUrl

Finds all controls in the InfoPathViews
Inheritance: InfoPathFeature
Mostra file Open project: OfficeDev/PnP-Transformation Class Usage Examples

Public Methods

Method Description
ParseFeature ( System.Xml.Linq.XDocument document ) : IEnumerable

Instead of logging on feature per control, I do 1 feature per control type along with the number of occurrences

ToCSV ( ) : string
ToString ( ) : string

Private Methods

Method Description
PublishUrl ( ) : System

Method Details

ParseFeature() public static method

Instead of logging on feature per control, I do 1 feature per control type along with the number of occurrences
public static ParseFeature ( System.Xml.Linq.XDocument document ) : IEnumerable
document System.Xml.Linq.XDocument
return IEnumerable

ToCSV() public method

public ToCSV ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string