Partilhar via


MobileListViewIterator.TextLengthLimitKey Property

Gets a string that can be used to look up, in the mobile Web.config file, the mobile rendering limit of each item in the list of views.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property TextLengthLimitKey As String
    Get
'Usage
Dim value As String

value = Me.TextLengthLimitKey
protected override string TextLengthLimitKey { get; }

Property Value

Type: System.String
The lookup key that is used to look up the rendering limit of the items in the list of views.

Remarks

This override returns “mobile_viewtitlelimit”, which is the default value that is set to 1024 in the mobile Web.config file that is included with SharePoint Foundation. This default value can be changed by the IT administrator or developer.

See Also

Reference

MobileListViewIterator Class

MobileListViewIterator Members

Microsoft.SharePoint.Portal.MobileControls Namespace