FileValue Constructor (Guid, Guid)

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,
	Guid fileId
)

Parameters

parameterId
Type: SystemGuid
ID of the parameter.
fileId
Type: SystemGuid
ID of file stored in the database.
Exceptions
ExceptionCondition
NotFoundExceptionThe file referenced by fileId does not exist.
ArgumentExceptionfileId is Empty.
NoPrivilegeExceptionThe caller does not have permission to access the file.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also