InputFormStringTypeValidator.OnServerValidate Method
NOTE: This API is now obsolete.
This member overrides CustomValidator.OnServerValidate(String).
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Protected Overrides Function OnServerValidate ( _
value As String _
) As Boolean
'Usage
Dim value As String
Dim returnValue As Boolean
returnValue = Me.OnServerValidate(value)
[ObsoleteAttribute("This class is obsolete.")]
protected override bool OnServerValidate(
string value
)
Parameters
- value
Type: System.String
Return Value
Type: System.Boolean
See Also
Reference
InputFormStringTypeValidator Class