FileValue Constructor (Guid, String, Boolean) |
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,
bool allowWildcard
)
Public Sub New (
parameterId As Guid,
filePath As String,
allowWildcard As Boolean
)
public:
FileValue(
Guid parameterId,
String^ filePath,
bool allowWildcard
)
new :
parameterId : Guid *
filePath : string *
allowWildcard : bool -> FileValueParameters
- parameterId
- Type: SystemGuid
ID of the parameter. - filePath
- Type: SystemString
The file path. - allowWildcard
- Type: SystemBoolean
If set to , allow wildcard characters in path.
Exceptions
See Also