LimitedWebPartManager Class

Provides operations to access and modify the existing Web Parts on a Web Part Page, and add new ones to the Web Part Page.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.WebParts.LimitedWebPartManager

Namespace:  Microsoft.SharePoint.Client.WebParts
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.WebParts.LimitedWebPartManager", ServerTypeId := "{ac641ade-62df-49c9-af8e-abda6278e920}")> _
Public Class LimitedWebPartManager _
    Inherits ClientObject
'Usage
Dim instance As LimitedWebPartManager
[ScriptTypeAttribute("SP.WebParts.LimitedWebPartManager", ServerTypeId = "{ac641ade-62df-49c9-af8e-abda6278e920}")]
public class LimitedWebPartManager : ClientObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LimitedWebPartManager Members

Microsoft.SharePoint.Client.WebParts Namespace