SPMobileFieldValidator.Validate Method
When overridden in a derived class, verifies the value of the field in the UI.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overridable Sub Validate
Dim instance As SPMobileFieldValidator
instance.Validate()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public virtual void Validate()
Implements
Remarks
The value of the field in the UI will be different from the value of the SPField object in the Field property if the user has changed the value and not saved.
In Windows SharePoint Services 3.0 there is no default implementation of this method. Implement the needed logic in a derived class.