Open this page in the API Guide

IFileSystemService.Delete Method (ICollection<Guid>, DeleteOptions)

Deletes entries with the specified IDs.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
DeleteResult Delete(
	ICollection<Guid> ids,
	DeleteOptions options
)

Parameters

ids
Type: System.Collections.Generic.ICollection<Guid>
The IDs of one or more entries to delete.
options
Type: Dundas.BI.FileSystem.DeleteOptions
Options affecting the behavior of the operation.

Return Value

Type: DeleteResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionids is null.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also