IFileSystemServiceGetFile Method (Guid, GetEntryOptions) | 
 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 (25.3.0.1000)
SyntaxFile GetFile(
	Guid id,
	GetEntryOptions options
)
Function GetFile ( 
	id As Guid,
	options As GetEntryOptions
) As File
File^ GetFile(
	Guid id, 
	GetEntryOptions options
)
abstract GetFile : 
        id : Guid * 
        options : GetEntryOptions -> File 
Parameters
- id
 - Type: SystemGuid
The ID of the file to get. - options
 - Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation. 
Return Value
Type: 
FileThe file with the specified ID.
Exceptions
See Also