ValidationResultBaseViewFound Method

Report found view.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual void ViewFound(
	IConfiguration configuration,
	MFIdentifier view,
	bool required,
	bool validate
)

Parameters

configuration  IConfiguration
The module configuration that is being validated.
view  MFIdentifier
The view identifier (guid, id).
required  Boolean
Is the reference required, or optional
validate  Boolean
True if the validation action should be performed.

See Also