SPMobileNewFormNavigation.DisplayNavigation property
Obtém um valor indicando se o hiperlink está visível.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overrides ReadOnly Property DisplayNavigation As Boolean
Get
'Uso
Dim value As Boolean
value = Me.DisplayNavigation
protected override bool DisplayNavigation { get; }
Property value
Type: System.Boolean
true se o hiperlink é visível; Caso contrário, false.
Comentários
Esta propriedade é true se o usuário tiver permissão para criar um novo item.
Ver também
Referência
SPMobileNewFormNavigation class