CopyResult Class

Represents an object describing the result of a copy operation.
Inheritance Hierarchy

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public sealed class CopyResult : OperationResult

The CopyResult type exposes the following members.

Constructors
  NameDescription
Public methodCopyResult
Initializes a new instance of the CopyResult class
Top
Properties
  NameDescription
Public propertyCopyId
Gets the identifier of the target copied item.
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