IFileSystemServiceGetEntry Method (Guid)

Gets a FileSystemEntry 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
FileSystemEntry GetEntry(
	Guid id
)

Parameters

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

Return Value

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