Class CheckFormsIssuesCommandResponse
Response for Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event.
public sealed class CheckFormsIssuesCommandResponse : ICommandResponse<CheckFormsIssuesCommandSettings>, ICommandResponse
- Inheritance
-
CheckFormsIssuesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
FormIssues
Gets or sets the formIssues
[JsonPropertyName("formIssues")]
public GenericIssueDetails[] FormIssues { get; set; }