SPMobileComputedField.CreateControlAsLink Method

Creates a link to a child folder of the current list.

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

Syntax

Protected Overrides Function CreateControlAsLink As MobileControl

Dim returnValue As MobileControl

returnValue = Me.CreateControlAsLink()
protected override MobileControl CreateControlAsLink()

Return Value

Type: System.Web.UI.MobileControls.MobileControl
A MobileControl (specifically, a Link) that renders a link to a child folder.

Remarks

This override simply calls CreateFolderNavigation.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace