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)
Syntaxpublic FileValue(
Guid parameterId,
string filePath
)
Public Sub New (
parameterId As Guid,
filePath As String
)
public:
FileValue(
Guid parameterId,
String^ filePath
)
new :
parameterId : Guid *
filePath : string -> FileValueParameters
- parameterId
- Type: SystemGuid
ID of the parameter. - filePath
- Type: SystemString
The file path.
Exceptions
See Also