SPSiteSubscriptionSettingsObject members
Represents a stored object of the subscription settings service.
The SPSiteSubscriptionSettingsObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the unique identifier of the current object. | |
Version | Gets or sets the version number of the current object. | |
WasDeleted | Gets or sets a Boolean value that specifies whether the current object has already been deleted in the persisted store. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the current object. | |
Deserialize | Deserializes the specified XML input into the current object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveObject | Removes the current object from the persisted store. | |
Serialize | Serializes the current object. | |
StoreObject | Stores the XML representation of the current object. | |
ToString | Returns a human-readable string representation of the current object. (Overrides Object.ToString().) | |
Update | Updates the current object in the persisted store. |
Top