Dynamicweb 8 Documentation
Find(String) Method

Assembly-qualified name of the validator.
Returns the first element with the given type name.
Syntax
'Declaration
 
Public Overloads Function Find( _ 
   ByVal typeName As String _ 
) As ValidatorMetadata
public ValidatorMetadata Find( 
   string typeName 
)

Parameters

typeName
Assembly-qualified name of the validator.

Return Value

The first element with the given type name.
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

ValidatorMetadataCollection Class
ValidatorMetadataCollection Members
Overload List

Send Feedback