SPMemberCollection Members
Include Protected Members
Include Inherited Members
An abstract class encapsulating the behavior of user collections and group collections.
The SPMemberCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMemberCollection | Initializes a new instance of the SPMemberCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Reserved for internal use. Gets the total number of elements in the collection. (Inherited from SPBaseCollection.) | |
RetrieveAllRoles | Gets or sets a Boolean value that specifies whether to preload roles for users to increase performance. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Web | Gets the Web site to which the collection belongs. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator to iterate through the collection. (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | Returns a type-safe enumerator to iterate through the collection. (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top
Fields
Name | Description | |
---|---|---|
m_arrRolesData | Store the role definition data as a two-dimensional array. | |
m_dwCountRoles | Store the number of role definitions. | |
m_role | Store the role definition to which the collection belongs. | |
m_web | Store the Web site to which the collection belongs. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | Copies the elements of the collection to an array, starting at the specified array index. (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.) |
Top