Share via


SPWeb.HideSiteContentsLink property

Controla a aparência do link "conteúdo do site" no ícone engrenagem (o menu conhecido como "Ações de Site" no SharePoint 2010) do controle UX.

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

Syntax

'Declaração
Public Property HideSiteContentsLink As Boolean
    Get
    Set
'Uso
Dim instance As SPWeb
Dim value As Boolean

value = instance.HideSiteContentsLink

instance.HideSiteContentsLink = value
public bool HideSiteContentsLink { get; set; }

Property value

Type: System.Boolean
Booleana

Ver também

Referência

SPWeb class

SPWeb members

Microsoft.SharePoint namespace