SPUserStorageCollection 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
Public property Count Gets the number of user-storage objects in the collection.
Protected property InnerList (Inherited from ReadOnlyCollectionBase.)
Public property IsSynchronized Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe.
Public property Item Gets the user-storage object at the specified index in the collection. In C#, this property is the indexer for the SPUserStorageCollection class.
Public property SyncRoot Gets an object that is used to synchronize access to the collection.

Top

Methods

  Name Description
Public method CopyTo Copies the elements of the collection to an array of user-storage objects, starting at the specified array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator to iterate through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from ReadOnlyCollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from ReadOnlyCollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from ReadOnlyCollectionBase.)

Top

See also

Reference

SPUserStorageCollection class

Microsoft.SharePoint namespace