TestimoX

API Reference

Class

SmbShareRepairResult

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Result returned after previewing or applying an SMB share repair plan.

Inheritance

  • Object
  • SmbShareRepairResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public SmbShareRepairResult() #

Properties

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share targeted by the plan.

public Boolean Applied { get; set; } #

True when the plan was applied instead of previewed.

public Boolean Success { get; set; } #

True when the operation succeeded or preview completed.

public String Message { get; set; } #

Result message.

public IReadOnlyList<SmbShareRepairChange> Changes { get; set; } #

Changes included in the operation.

public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #

Diagnostics emitted while building or applying the repair plan.