FileDeliverySettingsFileNameTemplate Property |
Gets or sets the file name template.
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string FileNameTemplate { get; set; }
Public Property FileNameTemplate As String
Get
Set
public:
property String^ FileNameTemplate {
String^ get ();
void set (String^ value);
}
member FileNameTemplate : string with get, set
Property Value
Type:
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