FileDeliverySettings Constructor (String)

Initializes a new instance of the FileDeliverySettings class.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FileDeliverySettings(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path.
Exceptions
ExceptionCondition
ArgumentExceptionfilePath is not a valid path.
See Also