UndoCheckOutResult Class

Represents an object describing the result of an "undo check-out" operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityBatchOperationResultUndoCheckOutFailureReason
    Dundas.BI.FileSystemUndoCheckOutResult

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class UndoCheckOutResult : BatchOperationResult<UndoCheckOutFailureReason>

The UndoCheckOutResult type exposes the following members.

Properties
 NameDescription
Public propertyDetails Gets the result of the operation by object ID.
(Inherited from BatchOperationResultTFailureReason)
Public propertySuccess Gets a value indicating whether the operation was successful.
(Inherited from BatchOperationResultTFailureReason)
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from BatchOperationResultTFailureReason)
Top
See Also