SPSiteLookupProvider Members
Include Protected Members
Include Inherited Members
Represents a site lookup provider that uses the URL or identifier of a site collection to identify the content database that holds the data for the site collection.
The SPSiteLookupProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSiteLookupProvider | Initializes a new instance of the SPSiteLookupProvider class. |
Top
Methods
Name | Description | |
---|---|---|
AddSite | Adds a new site map entry. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSiteNames(SPContentDatabase) | Returns a list of all the names of site collections in the specified content database. | |
GetSiteNames(SPWebApplication) | Returns a list of all site collections in the specified Web application. | |
GetType | (Inherited from Object.) | |
LookupHostHeaderSiteId | Returns information about a host header named site collection. | |
LookupSite(Guid) | Returns an SPSiteLookupInfo object that can be used to get information about a site collection or host header named site collection. | |
LookupSite(SPWebApplication, String) | Returns an SPSiteLookupInfo object that can be used to get the SPContentDatabase object that contains the site collection. | |
MemberwiseClone | (Inherited from Object.) | |
RemoveSite | Removes the site map entry for the specified site collection. | |
RenameHostHeaderSite | When overridden in a derived class, renames the specified host header site collection. | |
SetSiteSubscription | Updates the site subscription ID of the specified site collection. | |
SiteExists | Checks whether the specified site collection exists in the local server farm. | |
ToString | (Inherited from Object.) |
Top