SPWeb.ShowUrlStructureForCurrentUser Property

Retrieves a Boolean value that specifies whether the current user is allowed to see the file structure of the current site. The default value is false.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ShowUrlStructureForCurrentUser As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.ShowUrlStructureForCurrentUser
[ClientCallableAttribute]
public bool ShowUrlStructureForCurrentUser { get; }

Property Value

Type: System.Boolean
A Boolean true if current user can show URL structure.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace