Click or drag to resize

IExportSettingsCustomRootNode 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
string CustomRootNode { get; set; }

Property Value

Type: String
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