IFileSystemService.EntryExists 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 (25.1.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: System.Guid
The ID of the entry to check for existence.
Return Value
Type:
Booleantrue if an entry with the specified ID exists otherwise
false.
Exceptions
See Also