SPMobileComputedField.CreateFolderNavigation Method
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("Use SPMobileUtility.CreateFolderNavigation instead.")> _
Protected Overridable Function CreateFolderNavigation As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateFolderNavigation()
[ObsoleteAttribute("Use SPMobileUtility.CreateFolderNavigation instead.")]
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.