SPMobileWikiTextPageNavigation.DisplayNavigation Property

Gets the value that indicates whether the link is displayed.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.DisplayNavigation
protected override bool DisplayNavigation { get; }

Property Value

Type: System.Boolean
true if the link is displayed; otherwise, false.

Remarks

True is returned if the current list is a Web page library and the current item is a wiki-enabled page.

See Also

Reference

SPMobileWikiTextPageNavigation Class

SPMobileWikiTextPageNavigation Members

Microsoft.SharePoint.MobileControls Namespace