Membership Members
Include Protected Members
Include Inherited Members
Represents a single user's membership in a single member group.
The Membership type exposes the following members.
Properties
Name | Description | |
---|---|---|
Group | Gets or sets the group for the privacy item. (Inherited from PrivacyItem.) | |
GroupType | Gets and sets the type of membership group. | |
ID | Gets the unique identifier (ID) of the privacy item. (Inherited from PrivacyItem.) | |
IsEditable | Returns a Boolean value that specifies whether a privacy item can be edited. (Inherited from PrivacyItem.) | |
IsPrivacyLevelEditable | Returns a Boolean value that specifies whether a privacy level can be edited. (Inherited from PrivacyItem.) | |
IsTitleEditable | Returns a Boolean value that specifies whether a privacy item title can be edited. (Inherited from PrivacyItem.) | |
IsUrlEditable | Returns a Boolean value that specifies whether a privacy item URL can be edited. (Inherited from PrivacyItem.) | |
ItemOwner | Gets the owner of the privacy item. (Inherited from PrivacyItem.) | |
MembershipGroup | Gets the membership group. | |
Policy | Gets the privacy policy for a specified membership. (Overrides PrivacyItem.Policy.) | |
PrivacyLevel | Gets and sets the privacy level of an item. (Inherited from PrivacyItem.) | |
Title | Gets or sets the title of the privacy item. (Inherited from PrivacyItem.) | |
Url | Gets or sets the URL for the privacy item. (Inherited from PrivacyItem.) | |
ValidGroupEnumType | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides PrivacyItem.ValidGroupEnumType.) |
Top
Methods
Name | Description | |
---|---|---|
AddCustomCommitFields | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides PrivacyItem.AddCustomCommitFields(SqlCommand).) | |
Commit | Commits changes made to a membership. (Overrides PrivacyItem.Commit().) | |
Delete | Deletes a membership. (Overrides PrivacyItem.Delete().) | |
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. (Inherited from PrivacyItem.) | |
GetType | (Inherited from Object.) | |
InitializeNewPrivacyItem | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.) | |
MemberwiseClone | (Inherited from Object.) | |
SetPropertyValues | Sets the property values of a membership. (Overrides PrivacyItem.SetPropertyValues(SqlDataReader).) | |
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. (Inherited from PrivacyItem.) | |
m_objOwnerProfile | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.) | |
m_strGroup | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.) | |
m_strTitle | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.) | |
m_strUrl | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from PrivacyItem.) |
Top