Freigeben über


ApproveCommandHandler-Klasse

Die Schaltfläche Genehmigen , auf dem Menüband behandelt, wenn die gerenderte Seite eine Wiki oder Veröffentlichung Seite darstellt.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPRibbonCommandHandler
        Microsoft.SharePoint.WebControls.ApproveCommandHandler

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class ApproveCommandHandler _
    Inherits SPRibbonCommandHandler _
    Implements ICallbackEventHandler, IPostBackEventHandler
'Usage
Dim instance As ApproveCommandHandler
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class ApproveCommandHandler : SPRibbonCommandHandler, 
    ICallbackEventHandler, IPostBackEventHandler

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ApproveCommandHandler-Member

Microsoft.SharePoint.WebControls-Namespace