UrlField.MaxLengthUrlField_ServerValidate method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub MaxLengthUrlField_ServerValidate ( _
    sender As Object, _
    args As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim args As ServerValidateEventArgs

Me.MaxLengthUrlField_ServerValidate(sender, _
    args)
protected void MaxLengthUrlField_ServerValidate(
    Object sender,
    ServerValidateEventArgs args
)

Parameters

See also

Reference

UrlField class

UrlField members

Microsoft.SharePoint.WebControls namespace