Click or drag to resize

OperationResult Class

IT Hit User File System
Contains information about operation result. Such as how many items was updated and the success status of the operation.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystemOperationResult

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
public class OperationResult

The OperationResult type exposes the following members.

Properties
  NameDescription
Public propertyIsSuccess
Returns true if operation completed succesefully. False - if failed.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCount
Number of items affected during this operation.
Public fieldException
Exception that occured during operation. Set in case Status is set to Exception.
Public fieldFilteredBy
Filter that prevented this opertion. Set in case Status is set to Filtered.
Public fieldMessage
Operation message. This can be either desction of completed operation or error description.
Public fieldShadowFilePath
Path to the file that contains changes. Set in case Status is set to FileInUse
Public fieldStatus
Operation result status.
Top
See Also