SPSiteLookupInfo members
Maps a site collection identifier to its containers, for example, to its content database, subscription, or Web application.
The SPSiteLookupInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSiteLookupInfo | Initializes a new instance of the SPSiteLookupInfo class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationId | Gets or sets the GUID of the Web application that contains the site collection. | |
DatabaseId | Gets or sets the GUID of the content database that contains the site collection. | |
HostHeaderIsSiteName | Gets or sets a Boolean value that specifies whether the host header is the name of the site collection. | |
Path | Gets or sets the server-relative path of the site collection. | |
SiteId | Gets or sets the GUID of the site collection. | |
SiteSubscriptionId | Gets or sets the subscription identifier of the site collection. |
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