SPMobileComputedField.CreateFolderNavigation Method

Creates, when the current list item is a folder, a link to the contents of the folder.

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

Syntax

Protected Overridable Function CreateFolderNavigation As MobileControl

Dim returnValue As MobileControl

returnValue = Me.CreateFolderNavigation()
protected virtual MobileControl CreateFolderNavigation()

Return Value

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

Remarks

When the current list item is a folder, its "Title" field is a computed field that calls this method to render a link to a list view page that lists the items in the folder.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace