PrivacyPolicyItem Members
Include Protected Members
Include Inherited Members
Provides methods and properties to add, delete, retrieve, set, change, and manage a privacy policy item.
The PrivacyPolicyItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowPolicyOverride | Returns a Boolean value that specifies whether a privacy policy item is allowed to be overridden. | |
DefaultPrivacy | Gets and sets the default privacy policy for the privacy policy item. | |
DisplayName | Gets and sets the display name of the privacy policy item. | |
FilterPrivacyItems | Returns a Boolean value that specifies whether privacy policy items can be filtered. | |
Group | Gets and sets the group for the privacy policy item. | |
Id | Gets the globally unique identifier (GUID) of the privacy policy item. | |
Parent | Gets the parent of the privacy policy item. | |
PrivacyPolicy | Gets or sets the privacy policy. | |
UserOverridePrivacy | Returns a Boolean value that specifies whether a user can change the privacy level to a level that is different than the default privacy policy level. |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits changes made to a privacy policy item. | |
Delete | Deletes the privacy policy item. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top