DeliverySettingsDataFileNameTemplate Property

Gets or sets the file name template.

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

Property Value

String
The file name template.
Remarks
If a file with the same name already exists, the file name will be generated by appending a suffix to this template.
See Also