ValidationFinding(ValidationFindingType, String, String) Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public ValidationFinding(
	ValidationFindingType type,
	string reference,
	string description
)

Parameters

type  ValidationFindingType
The type of validation finding.
reference  String
The json path to the item this issue is for.
description  String
The description of the issue.

See Also