SPWebPartCollection properties

NOTE: This API is now obsolete.

The SPWebPartCollection type exposes the following members.

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsSynchronized Obsolete. Obsolete. Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe.
Public property Item[Guid] Obsolete. Obsolete. Gets the Web Part object with the specified GUID from the collection. In C#, this property is an indexer for the SPWebPartCollection class.
Public property Item[Int32] Obsolete. Obsolete. Gets the Web Part object at the specified index in the collection. In C#, this property is an indexer for the SPWebPartCollection class.
Protected property List (Inherited from CollectionBase.)
Public property ServerRelativeUrl Obsolete. Obsolete. Gets the server-relative URL of the collection.
Public property Storage Obsolete. Obsolete. Gets the storage mode that was used to create the collection.
Public property SyncRoot Obsolete. Obsolete. Gets an object that is used to synchronize access to the collection.
Public property Web Obsolete. Obsolete. Gets the parent Web site of the collection.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See also

Reference

SPWebPartCollection class

Microsoft.SharePoint namespace