SPWebInfo 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
Public property AppInstanceId If this is an App Web, the instance ID of the App Instance. Otherwise, Guid.Empty.
Public property Configuration Configuration identifier of the SharePoint Web site.
Public property CustomMasterUrl SharePoint custom master URL.
Public property Description Description of the SharePoint Web site.
Public property Id A unique identifier of the SharePoint Web site.
Public property IsAppWeb True if this is an App Web. Otherwise, false.
Public property Language A 32-bit unsigned integer that indicates the locale identifier for the language.
Public property LastItemModifiedDate Date when the last item of the Web site was changed.
Public property MasterUrl The URL of the Web site master page.
Public property ServerRelativeUrl URL relative to the Web site server.
Public property Title Title of the Web site.
Public property UIVersion The version of the user interface of the Web site.
Public property UIVersionConfigurationEnabled Indicates whether the Web site UIVersion may be configured from the user interface.
Public property WebTemplateId An identifier indicating the Web site template.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPWebInfo class

Microsoft.SharePoint namespace