AppSettingDataContentType Property

Gets a value which specifies a special type of content, if SettingType is String.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "contentType", EmitDefaultValue = false)]
public string ContentType { get; set; }

Property Value

Type: String
Remarks
Content types currently supported by the Dundas BI UI are:
  • application/json
  • text/multiline
If no content type is specified (i.e. the property value is ), the setting will be displayed normally in the UI.
See Also