DocSetRibbonActions.RaisePostBackEvent Method
Implements the [I:System.Web.UI.IPostBackEventHandler] interface to process the delete event raised when the DeleteDocumentSet ribbon action is selected.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As DocSetRibbonActions
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringThe String object that represents an optional event argument to be passed to the event handler.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
This method deletes the Document Set item from the content database and redirects user to the DocumentSetFolder parent folder.