Share via


SPRibbonPostBackCommand.DeserializePostBackEvent Method (String)

Deserializes a specified SPRibbonPostBackEvent object.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function DeserializePostBackEvent ( _
    postBackEventArgument As String _
) As SPRibbonPostBackEvent
'Usage
Dim postBackEventArgument As String
Dim returnValue As SPRibbonPostBackEvent

returnValue = SPRibbonPostBackCommand.DeserializePostBackEvent(postBackEventArgument)
public static SPRibbonPostBackEvent DeserializePostBackEvent(
    string postBackEventArgument
)

Parameters

  • postBackEventArgument
    Type: System.String

    A string that contains the serialized object.

Return Value

Type: Microsoft.SharePoint.WebControls.SPRibbonPostBackEvent
The deserialized object.

See Also

Reference

SPRibbonPostBackCommand Class

SPRibbonPostBackCommand Members

DeserializePostBackEvent Overload

Microsoft.SharePoint.WebControls Namespace