PrivacyItem Members
Include Protected Members
Include Inherited Members
Provides methods and properties to add, delete, retrieve, set, change, and manage an item that is a privacy item.
The PrivacyItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Group | Gets or sets the group for the privacy item. | |
ID | Gets the unique identifier (ID) of the privacy item. | |
IsEditable | Returns a Boolean value that specifies whether a privacy item can be edited. | |
IsPrivacyLevelEditable | Returns a Boolean value that specifies whether a privacy level can be edited. | |
IsTitleEditable | Returns a Boolean value that specifies whether a privacy item title can be edited. | |
IsUrlEditable | Returns a Boolean value that specifies whether a privacy item URL can be edited. | |
ItemOwner | Gets the owner of the privacy item. | |
Policy | Gets the policy for a privacy item. | |
PrivacyLevel | Gets and sets the privacy level of an item. | |
Title | Gets or sets the title of the privacy item. | |
Url | Gets or sets the URL for the privacy item. | |
ValidGroupEnumType | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
AddCustomCommitFields | This member is reserved for internal use and is not intended to be used directly from your code. | |
Commit | Commits changes made to the privacy item. | |
Delete | Deletes a privacy item. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPrivacyPolicy | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetType | (Inherited from Object.) | |
InitializeNewPrivacyItem | This member is reserved for internal use and is not intended to be used directly from your code. | |
MemberwiseClone | (Inherited from Object.) | |
SetPropertyValues | Sets the property values of a privacy item. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_bIsNewLink | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_objOwnerProfile | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_strGroup | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_strTitle | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_strUrl | This member is reserved for internal use and is not intended to be used directly from your code. |
Top