IFileSystemServiceGetFile Method (Guid)

Gets a File specified by its ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
File GetFile(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the file to get.

Return Value

Type: File
The file with the specified ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundException The file does not exist, or optionsSkipRecycled is specified and file is recycled.
NoPrivilegeExceptionThe caller does not have permission to access the file.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also