IFileSystemServiceEntryExists(Guid, Boolean) Method

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 (26.2.0.1000)
Syntax
bool EntryExists(
	Guid id,
	bool includeRecycled
)

Parameters

id  Guid
The ID of the entry to check for existence.
includeRecycled  Boolean
Specifies whether recycled entries should be considered.

Return Value

Boolean
if an entry with the specified ID exists otherwise .
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also