Share via


IFileContextActionResult Interface

Definition

Describes the result of some IFileContextAction.

public interface class IFileContextActionResult
public interface class IFileContextActionResult
__interface IFileContextActionResult
public interface IFileContextActionResult
type IFileContextActionResult = interface
Public Interface IFileContextActionResult
Derived

Remarks

Other interfaces may be implemented by objects that implement this interface in order to provide data that is specific to a particular kind of action.

Properties

IsSuccess

Gets a value indicating whether the action was successful.

Applies to