SPMobileUploadPageNavigation.DisplayNavigation Property
Gets a 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
This override returns true only if the browser has the file upload capability and the current user has permission to create the new item in the list.
See Also
Reference
SPMobileUploadPageNavigation Class