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.
Gets the maximum size, measured in number characters, that can be rendered on the mobile page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FormTextLengthLimit As Integer
Get
'Usage
Dim instance As SPMobileNoteField
Dim value As Integer
value = instance.FormTextLengthLimit
public int FormTextLengthLimit { get; }
Property Value
Type: System.Int32
A Int32 that represents the maximum number of characters that can be rendered in a note field on a mobile page.
Remarks
In SharePoint Foundation, FormTextLengthLimit always returns the value that is assigned to the constant "mobile_multilinetextfieldtextlimit" in the mobile web.config file. Consult that file to see its current assigned value.