Open this page in the API Guide

DeleteItemResult Class

Describes the result of a delete operation.
Inheritance Hierarchy
System.Object
  Dundas.BI.OperationResult
    Dundas.BI.AccountServices.DeleteItemResult

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public class DeleteItemResult : OperationResult

The DeleteItemResult type exposes the following members.

Constructors
  NameDescription
Public methodDeleteItemResult
Initializes a new instance of the DeleteItemResult class.
Top
Properties
  NameDescription
Public propertyItemId
Gets the ID of the item that was deleted.
Public propertySuccess
Gets a value indicating whether the operation was successful.
(Inherited from OperationResult.)
Public propertyWarnings
Gets a list of warnings associated with the instance.
(Inherited from OperationResult.)
Top
Methods
  NameDescription
Public methodAddWarnings
Adds warnings.
(Inherited from OperationResult.)
Top
See Also