ValidationResultForValidationResultsAddDetail Method

Method to add new detail entry. Ignores duplicates.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void AddDetail(
	string module,
	string type,
	string reference,
	bool missing,
	bool error,
	bool? required,
	string message,
	int id
)

Parameters

module  String
 
type  String
 
reference  String
 
missing  Boolean
 
error  Boolean
 
required  NullableBoolean
 
message  String
 
id  Int32
 

See Also