Share via


SPMobilePublishNavigation.DisplayNavigation property

NOTE: This API is now obsolete.

Gets a value indicating whether the control is visible.

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

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.DisplayNavigation
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override bool DisplayNavigation { get; }

Property value

Type: System.Boolean
true if the control is visible; otherwise, false.

Remarks

This override returns false if the user does not have permission to approve.

See also

Reference

SPMobilePublishNavigation class

SPMobilePublishNavigation members

Microsoft.SharePoint.MobileControls namespace