DevForce Help Reference
DiscoverVerifiersFromConfig Method


Discover verifiers from the IdeaBlade configuration file.
Syntax
'Declaration
 
Public Sub DiscoverVerifiersFromConfig() 
'Usage
 
Dim instance As VerifierEngine
 
instance.DiscoverVerifiersFromConfig()
public void DiscoverVerifiersFromConfig()
Exceptions
ExceptionDescription
VerifierExceptionThrown if unable to instantiate VerifierArgs or Verifier.
Remarks
Creates verifiers from the verifier elements defined in the IdeaBlade configuration. A sample config file with verifier elements is provided in the "Validation" section of the Learning Resources.

Verifiers defined in the configuration file are not automatically discovered, so you must call this method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierEngine Class
VerifierEngine Members

Send Feedback