SPFileVersion.GetLimitedWebPartManager method
Returns the WebPartManager object that is associated with this version of the Web Part Page.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetLimitedWebPartManager As SPLimitedWebPartManager
'Usage
Dim instance As SPFileVersion
Dim returnValue As SPLimitedWebPartManager
returnValue = instance.GetLimitedWebPartManager()
public SPLimitedWebPartManager GetLimitedWebPartManager()
Return value
Type: Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager
SPLimitedWebPartManager
The control for managing Web Part controls. If the file is not an ASPX page an exception is thrown.