IFileSystemServiceEntryExists Method (Guid) |
Determines whether an entry with the specified ID exists.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxbool EntryExists(
Guid id
)
Function EntryExists (
id As Guid
) As Boolean
bool EntryExists(
Guid id
)
abstract EntryExists :
id : Guid -> bool
Parameters
- id
- Type: SystemGuid
The ID of the entry to check for existence.
Return Value
Type:
Boolean if an entry with the specified ID exists otherwise
.
Exceptions| Exception | Condition |
|---|
| ArgumentException | id is Empty. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also