SPSiteSubscriptionFeaturePack Members
Include Protected Members
Include Inherited Members
Represents a set (pack) of subscription feature definitions.
The SPSiteSubscriptionFeaturePack type exposes the following members.
Properties
Name | Description | |
---|---|---|
FeatureDefinitions | Gets the collection of feature definition objects associated with this feature pack. | |
Id | Gets or sets the unique identifier of the current object. (Inherited from SPSiteSubscriptionSettingsObject.) | |
Version | Gets or sets the version number of the current object. (Inherited from SPSiteSubscriptionSettingsObject.) | |
WasDeleted | Gets or sets a Boolean value that specifies whether the current object has already been deleted in the persisted store. (Inherited from SPSiteSubscriptionSettingsObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a feature definition to the subscription feature pack. | |
Clear | Deletes all feature definitions from the feature pack. | |
Contains | Indicates whether the given feature definition exists in the feature pack or not. | |
Delete | Deletes the current object. (Inherited from SPSiteSubscriptionSettingsObject.) | |
Deserialize | (Overrides SPSiteSubscriptionSettingsObject.Deserialize(String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes a feature definition from the feature pack. | |
RemoveObject | (Overrides SPSiteSubscriptionSettingsObject.RemoveObject().) | |
Serialize | (Overrides SPSiteSubscriptionSettingsObject.Serialize().) | |
StoreObject | (Overrides SPSiteSubscriptionSettingsObject.StoreObject(String).) | |
ToString | Returns a human-readable text version of a feature pack. (Overrides SPSiteSubscriptionSettingsObject.ToString().) | |
Update | Updates the current object in the persisted store. (Inherited from SPSiteSubscriptionSettingsObject.) |
Top