Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves PostValue as the new value of the SPFieldFile object that the SPMobileFileField is rendering.
Namespace: Microsoft.SharePoint.MobileControls
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
In this override, returns an Boolean as a success indicator; specifically, false if ReadOnly is true; otherwise, true.