ModifyWebPartsNode class

Provides a full tree of Web Parts.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
    Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ModifyWebPartsNode

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ModifyWebPartsNode _
    Inherits ConsoleNode
'Usage
Dim instance As ModifyWebPartsNode
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ModifyWebPartsNode : ConsoleNode

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

ModifyWebPartsNode members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace