SPMobileComputedField.CreateUrlwMenuLabel Method

NOTE: This API is now obsolete.

Returns a description of ReferenceUrlField as a Label control.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPMobileComputedField.CreateUrlwMenuLink instead.")> _
Protected Overridable Function CreateUrlwMenuLabel As MobileControl
'Usage
Dim returnValue As MobileControl

returnValue = Me.CreateUrlwMenuLabel()
[ObsoleteAttribute("Use SPMobileComputedField.CreateUrlwMenuLink instead.")]
protected virtual MobileControl CreateUrlwMenuLabel()

Return Value

Type: System.Web.UI.MobileControls.MobileControl
A MobileControl (specifically, a Label,) that holds a description of the ReferenceUrlField field.

Remarks

The control that is returned is used to render the name of a list of links.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace