Свойство SPSite.ShowURLStructure

Indicates whether to show the site collection URL structure.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
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; }

Значение свойства

Тип: System.Boolean
A Boolean value depending on what the behavior should be for the current user. The default value is false if the property is not disabled on the web application.

Замечания

Предупреждение

A UnauthorizedAccessException is thrown when attempting to set the property if either the user is not a Site Collection administrator or the setting is disabled at the web application level. See ShowUrlStructureForCurrentUser, which is the method for determining what current user behavior should be.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint