IFileSystemServiceGetEntry(Guid, GetEntryOptions) Method |
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxFileSystemEntry 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 Guid
- The ID of the entry to get.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
FileSystemEntryThe entry with the specified ID.
Exceptions
See Also