SPWeb.TreeViewEnabled property
Obtém ou define um valor booleano que especifica se o SharePoint Foundation TreeView é habilitado na área de navegação à esquerda das páginas do site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property TreeViewEnabled As Boolean
Get
Set
'Uso
Dim instance As SPWeb
Dim value As Boolean
value = instance.TreeViewEnabled
instance.TreeViewEnabled = value
public bool TreeViewEnabled { get; set; }
Property value
Type: System.Boolean
true para permitir o TreeView no site; Caso contrário, false.