IFileSystemServiceDelete Method (Guid, DeleteOptions) |
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 (24.3.0.1000)
Syntax DeleteResult Delete(
Guid id,
DeleteOptions options
)
Function Delete (
id As Guid,
options As DeleteOptions
) As DeleteResult
DeleteResult^ Delete(
Guid id,
DeleteOptions options
)
abstract Delete :
id : Guid *
options : DeleteOptions -> DeleteResult
Parameters
- id
- Type: SystemGuid
The ID of the entry to delete. - options
- Type: Dundas.BI.FileSystemDeleteOptions
Options affecting the behavior of the operation.
Return Value
Type:
DeleteResultAn object describing the result of the operation.
Exceptions See Also