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)

Syntax

'Declaration
Public ReadOnly Property ShowUrlStructureForCurrentUser As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.ShowUrlStructureForCurrentUser
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