Open this page in the API Guide

TemplateData.TableOfContentsEntryProperties Property

Gets or sets the table of contents properties for this template.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "tableOfContentsEntryProperties", EmitDefaultValue = false)]
public TableOfContentsEntryPropertiesData TableOfContentsEntryProperties { get; set; }

Property Value

Type: TableOfContentsEntryPropertiesData
The table of contents properties.
See Also