SPWebPartCollection.Storage Property

NOTE: This API is now obsolete.

Obsolete. Gets the storage mode that was used to create the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Public ReadOnly Property Storage As Storage
    Get
'Usage
Dim instance As SPWebPartCollection
Dim value As Storage

value = instance.Storage
[ObsoleteAttribute("Use SPLimitedWebPartManager instead.")]
public Storage Storage { get; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.Storage
A Microsoft.SharePoint.WebPartPages.Storage value that specifies the storage mode.

See Also

Reference

SPWebPartCollection Class

SPWebPartCollection Members

Microsoft.SharePoint Namespace