SPMobileBaseFieldControl.NeedLinkRendering Method

Gets a value indicating whether the field should be rendered as a link.

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

Syntax

'Declaration
Protected Overridable Function NeedLinkRendering As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.NeedLinkRendering()
protected virtual bool NeedLinkRendering()

Return Value

Type: System.Boolean
true if the field should be rendered as a link; otherwise, false.

Remarks

The default implementation sets NeedLinkRendering to always be false.

See Also

Reference

SPMobileBaseFieldControl Class

SPMobileBaseFieldControl Members

Microsoft.SharePoint.MobileControls Namespace