SPSite.ShowURLStructure property
指出是否要顯示網站集合的 URL 結構。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ShowURLStructure As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.ShowURLStructure
instance.ShowURLStructure = value
public bool ShowURLStructure { get; set; }
Property value
Type: System.Boolean
根據行為應該是目前使用者的Boolean值。預設值是讀/寫屬性不會停用 web 應用程式。
備註
注意
當您嘗試設定屬性,如果使用者不是網站集合系統管理員,或是設定為停用 web 應用程式層級時,會擲回UnauthorizedAccessException 。請參閱ShowUrlStructureForCurrentUser,也就是決定哪些目前使用者的行為的方法應該是。