PublishingSiteActionsMenuCustomizer Class

Control that adds custom actions for the Publishing feature to the Site Actions menu.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PublishingSiteActionsMenuCustomizer _
    Inherits WebControl
'Usage
Dim instance As PublishingSiteActionsMenuCustomizer
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PublishingSiteActionsMenuCustomizer : WebControl

Remarks

This class fits into the Windows SharePoint Services framework for extending the Site Actions menu. Its only intended use is as a reference in the Publishing feature .xml file. It should not be included in an .aspx file.

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

PublishingSiteActionsMenuCustomizer Members

Microsoft.SharePoint.Publishing.WebControls Namespace

PublishingSiteActionsMenuCustomizer