SPMobileFileField.TrySaveFieldValue method
This member overrides SPMobileBaseFieldControl.TrySaveFieldValue().
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function TrySaveFieldValue As Boolean
'Usage
Dim instance As SPMobileFileField
Dim returnValue As Boolean
returnValue = instance.TrySaveFieldValue()
public override bool TrySaveFieldValue()
Return value
Type: System.Boolean