IFileSystemServiceGetEntry Method (Guid, GetEntryOptions) |
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax FileSystemEntry GetEntry(
Guid id,
GetEntryOptions options
)
Function GetEntry (
id As Guid,
options As GetEntryOptions
) As FileSystemEntry
FileSystemEntry^ GetEntry(
Guid id,
GetEntryOptions options
)
abstract GetEntry :
id : Guid *
options : GetEntryOptions -> FileSystemEntry
Parameters
- id
- Type: SystemGuid
The ID of the entry to get. - options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation.
Return Value
Type:
FileSystemEntryThe entry with the specified ID.
Exceptions See Also