共用方式為


SPWeb.ShowUrlStructureForCurrentUser property

擷取布林值,指出目前的使用者是否可以看到目前的站台的檔案結構。預設值為 false。

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

Syntax

'宣告
Public ReadOnly Property ShowUrlStructureForCurrentUser As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

value = instance.ShowUrlStructureForCurrentUser
public bool ShowUrlStructureForCurrentUser { get; }

Property value

Type: System.Boolean
Boolean 則為 true,如果目前的使用者可以顯示的 URL 結構。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace