FileValue Constructor (Guid, String)

Initializes a new instance of the FileValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FileValue(
	Guid parameterId,
	string filePath
)

Parameters

parameterId
Type: SystemGuid
ID of the parameter.
filePath
Type: SystemString
The file path.
Exceptions
ExceptionCondition
ArgumentExceptionfilePath is not a valid path value.
See Also