FileDeliverySettings Constructor (String) |
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic FileDeliverySettings(
string filePath
)
Public Sub New (
filePath As String
)
public:
FileDeliverySettings(
String^ filePath
)
new :
filePath : string -> FileDeliverySettingsParameters
- filePath
- Type: SystemString
The file path.
Exceptions
See Also