SPWebInfo Members
Include Protected Members
Include Inherited Members
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.
Properties
Name | Description | |
---|---|---|
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. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top