TestimoX

API Reference

Class

AuditCsvReadResult

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers sealed

Result of reading Audit.csv with detailed error information.

Inheritance

  • Object
  • AuditCsvReadResult

Constructors

public AuditCsvReadResult() #

Properties

public String Host { get; set; } #

Target host.

public String Path { get; set; } #

Path that was checked.

public Boolean Error { get; set; } #

True when the read failed.

public AuditCsvError ErrorReason { get; set; } #

Specific error reason.

public String ErrorMessage { get; set; } #

Error message when Error is true.

public List<AuditSubcategorySetting> Settings { get; set; } #

Parsed settings when successful.