Privacy Enumeration
Represents the privacy level that you can set on user profile data.
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
| Member name | Description | |
|---|---|---|
| Public | Privacy level gives visibility of users' profile properties, and other My Site content, to everyone. | |
| Contacts | Privacy level limits the visibility of users' profile properties, and other My Site content, to my colleagues. | |
| Organization | Privacy level limits the visibility of users' profile properties, and other My Site content, to my workgroup. | |
| Manager | Privacy level limits the visibility of users' profile properties, and other My Site content, to my manager and me. | |
| Private | Privacy level limits the visibility of users' profile properties, and other My Site content, to me only. | |
| NotSet | Privacy level is not set. |
For more information about privacy, see Privacy Policies. For a code example about how to set the privacy of a property, see How to: Set Privacy Policies for User Profile Properties.