SPWeb.ShowUrlStructureForCurrentUser 属性
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.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ShowUrlStructureForCurrentUser As Boolean
Get
用法
Dim instance As SPWeb
Dim value As Boolean
value = instance.ShowUrlStructureForCurrentUser
public bool ShowUrlStructureForCurrentUser { get; }
属性值
类型:System.Boolean
A Boolean true if current user can show URL structure.