Click or drag to resize

ExportSettingsCustomRootNode Property

Custom root node for Xml, Json, Excel.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string CustomRootNode { get; set; }

Property Value

Type: String

Implements

IExportSettingsCustomRootNode
Remarks
For Text, Html and Event writers this property is ignored
Export formatNotes
ExcelCustom sheetname
JsonCustom top-level node name
XmlCustom root element name

Defaults to the datasource name. For a view that is the viewname, for a category or custom cursor that is the category name.

See Also