SPUserStorageCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of SPUserStorage objects used to maintain storage information for all users of a Web Part Page.
The SPUserStorageCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of user-storage objects in the collection. | |
InnerList | (Inherited from ReadOnlyCollectionBase.) | |
IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. | |
Item | Gets the user-storage object at the specified index in the collection. In C#, this property is the indexer for the SPUserStorageCollection class. | |
SyncRoot | Gets an object that is used to synchronize access to the collection. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the collection to an array of user-storage objects, starting at the specified array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator to iterate through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | (Inherited from ReadOnlyCollectionBase.) | |
ICollection.IsSynchronized | (Inherited from ReadOnlyCollectionBase.) | |
ICollection.SyncRoot | (Inherited from ReadOnlyCollectionBase.) |
Top