SPWebInfo members
SharePoint 2013
An information container for the SPWeb class. Information elements include title, description, URL, Web template identifier, configuration identifier, last-modified time, UI version, status flags, master URL, and custom master URL.
The SPWebInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
AppInstanceId | If this is an App Web, the instance ID of the App Instance. Otherwise, Guid.Empty. |
|
Configuration | Configuration identifier of the SharePoint Web site. |
|
CustomMasterUrl | SharePoint custom master URL. |
|
Description | Description of the SharePoint Web site. |
|
Id | A unique identifier of the SharePoint Web site. |
|
IsAppWeb | True if this is an App Web. Otherwise, false. |
|
Language | A 32-bit unsigned integer that indicates the locale identifier for the language. |
|
LastItemModifiedDate | Date when the last item of the Web site was changed. |
|
MasterUrl | The URL of the Web site master page. |
|
ServerRelativeUrl | URL relative to the Web site server. |
|
Title | Title of the Web site. |
|
UIVersion | The version of the user interface of the Web site. |
|
UIVersionConfigurationEnabled | Indicates whether the Web site UIVersion may be configured from the user interface. |
|
WebTemplateId | An identifier indicating the Web site template. |