IFileSystemServiceEntryExists Method (Guid, Boolean) |
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 (24.3.0.1000)
Syntax bool EntryExists(
Guid id,
bool includeRecycled
)
Function EntryExists (
id As Guid,
includeRecycled As Boolean
) As Boolean
bool EntryExists(
Guid id,
bool includeRecycled
)
abstract EntryExists :
id : Guid *
includeRecycled : bool -> bool
Parameters
- id
- Type: SystemGuid
The ID of the entry to check for existence. - includeRecycled
- Type: SystemBoolean
Specifies whether recycled entries should be considered.
Return Value
Type:
Boolean if an entry with the specified ID exists otherwise
.
Exceptions See Also