ValidationFinding(ValidationFindingType, String, String) Constructor
Constructor.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
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.