SPPageStateControl.EnsureItemSavedIfEditMode method
Ensures an item is saved to the server if it is necessary.
Overload list
Name | Description | |
---|---|---|
EnsureItemSavedIfEditMode(Boolean) | Ensures an item is saved to the server if it is necessary, and forces a save if there are version conflicts. | |
EnsureItemSavedIfEditMode(String) | Ensures an item is saved to the server if it is necessary and specifies an event argument. | |
EnsureItemSavedIfEditMode(Boolean, String, String) | Ensures an item is saved to the server if it is necessary, forces a save if there are version conflicts, and specifies overwrite and discharge changes command handlers. |
Top