IFileSystemServiceDelete(Guid, DeleteOptions) Method

Deletes the entry with the specified ID.

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
DeleteResult Delete(
	Guid id,
	DeleteOptions options
)

Parameters

id  Guid
The ID of the entry to delete.
options  DeleteOptions
Options affecting the behavior of the operation.

Return Value

DeleteResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also