Click or drag to resize

OperationResult Fields

IT Hit User File System

The OperationResult type exposes the following members.

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