SPSiteSubscriptionSettings Members
Include Protected Members
Include Inherited Members
The runtime site subscription settings object.
The SPSiteSubscriptionSettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSettings(SPServiceContext) | Gets the site subscription settings for a specified SPServiceContext object. | |
GetSettings(SPSiteSubscription) | Gets the site subscription settings for a specified SPSiteSubscription object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetAdminProperty(String, Boolean) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Boolean. | |
TryGetAdminProperty(String, DateTime) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type DateTime. | |
TryGetAdminProperty(String, Guid) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Guid. | |
TryGetAdminProperty(String, Int32) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Int32. | |
TryGetAdminProperty(String, Int64) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type Int64. | |
TryGetAdminProperty(String, String) | Returns the administrative property that is associated with the specified key and assigns the value to a variable of type String. | |
TryGetProperty(String, Boolean) | Returns the property value that is associated with the specified key and assigns the value to a variable of type Boolean. | |
TryGetProperty(String, DateTime) | Returns the property value that is associated with the specified key and assigns the value to a variable of type DateTime. | |
TryGetProperty(String, Guid) | Returns the property value that is associated with the specified key and assigns the value to a variable of type Guid. | |
TryGetProperty(String, Int32) | Returns the property value that is associated with the specified key and assigns the value to a variable of type Int32. | |
TryGetProperty(String, Int64) | Returns the property value that is associated with the specified key and assigns the value to a variable of type Int64. | |
TryGetProperty(String, String) | Returns the property value that is associated with the specified key and assigns the value to a variable of type String. |
Top