Aracılığıyla paylaş


SPMobileComputedField.CreateUrlwMenuLink Method

Returns a description of ReferenceUrlField as a Link control.

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

Syntax

'Declaration
Protected Function CreateUrlwMenuLink ( _
    textLimit As Integer _
) As Link
'Usage
Dim textLimit As Integer
Dim returnValue As Link

returnValue = Me.CreateUrlwMenuLink(textLimit)
protected Link CreateUrlwMenuLink(
    int textLimit
)

Parameters

  • textLimit
    Type: System.Int32

    The maximum number of characters in the description to render.

Return Value

Type: System.Web.UI.MobileControls.Link
A MobileControl (specifically, a Link,) 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.

The text of the link is the value of the Description property and the URL of the link is the value of a Url property.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace