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.StringA string that contains the serialized object.
Return Value
Type: Microsoft.SharePoint.WebControls.SPRibbonPostBackEvent
The deserialized object.
See Also
Reference
SPRibbonPostBackCommand Members