IFileSystemServiceEntryExists(Guid) Method |
Determines whether an entry with the specified ID exists.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool EntryExists(
Guid id
)
Function EntryExists (
id As Guid
) As Boolean
bool EntryExists(
Guid id
)
abstract EntryExists :
id : Guid -> bool Parameters
- id Guid
- The ID of the entry to check for existence.
Return Value
Boolean if an entry with the specified ID exists otherwise
.
Exceptions
See Also