IFileSystemServiceDelete(ICollectionGuid, DeleteOptions) Method |
Deletes entries with the specified IDs.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDeleteResult Delete(
ICollection<Guid> ids,
DeleteOptions options
)
Function Delete (
ids As ICollection(Of Guid),
options As DeleteOptions
) As DeleteResult
DeleteResult^ Delete(
ICollection<Guid>^ ids,
DeleteOptions options
)
abstract Delete :
ids : ICollection<Guid> *
options : DeleteOptions -> DeleteResult Parameters
- ids ICollectionGuid
- The IDs of one or more entries to delete.
- options DeleteOptions
- Options affecting the behavior of the operation.
Return Value
DeleteResultAn object describing the result of the operation.
Exceptions
See Also