IFileSystemServiceGetFile(Guid, GetEntryOptions) Method |
Gets a
File specified by its ID.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the file to get.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
FileThe file with the specified ID.
Exceptions
See Also