The PrivacyList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PrivacyList |
Initializes a new instance of the PrivacyList class.
|
Methods
| Name | Description | |
|---|---|---|
| Add(PrivacyRule) |
Adds the specified privacy rule to the privacy list.
| |
| Add(PrivacyRule, Boolean) |
Adds the specified privacy rule to the privacy list.
| |
| Clear |
Removes all rules from the privacy list.
| |
| Contains |
Determines whether the privacy list contains the specified privacy rule.
| |
| CopyTo |
Copies the elements of the privacy list to the specified array, starting
at the specified index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the privacy list.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes the specified privacy rule from the privacy list.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the privacy list.
| |
| IsReadOnly |
Gets a value indicating whether the privacy list is read-only.
| |
| Name |
The name of the privacy list.
|