SPSiteSubscription members
Represents a collection of all SPSite objects that currently subscribe to service partitions, settings, and features.
The SPSiteSubscription type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the unique ID associated with this SPSiteSubscription. | |
Sites | Gets a collection of SPSite objects associated with this SPSiteSubscription. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an SPSite to this SPSiteSubscription. | |
Create | Creates a site subscription object. | |
Delete | Deletes the site subscription and all member SPSite objects. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSites(SPContentDatabase) | Retrieves the site collections that belong to the site subscription in the specified content database. | |
GetSites(SPWebApplication) | Retrieves the site collections that belong to the site subscription in the specified Web application. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a human-readable string representation of the site subscription. (Overrides Object.ToString().) |
Top