Class FormFlattenerOptions

Info

Represents options for Flatten Fields in document by Documentize.FormFlattener plugin.

public class FormFlattenerOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsFormFlattenerOptions

Implements

Inherited Members

Constructors

FormFlattenerOptions()

Initializes a new instance of the Documentize.FormFlattenerOptions object with default options.

public FormFlattenerOptions()

Properties

SkipFields

The List of fields that will not Flatten.

public List<string> SkipFields { get; set; }

Property Value

List<string&gt;

Namespace: Documentize Assembly: Documentize.dll