Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ensures an item is saved to the server if it is necessary and specifies an event argument.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function EnsureItemSavedIfEditMode ( _
eventArgument As String _
) As Boolean
'Usage
Dim instance As SPPageStateControl
Dim eventArgument As String
Dim returnValue As Boolean
returnValue = instance.EnsureItemSavedIfEditMode(eventArgument)
public bool EnsureItemSavedIfEditMode(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that contains the event argument.
Return Value
Type: System.Boolean
true to ensure an item is saved; otherwise, false.