Click or drag to resize
Galactic API

SharePointListItemDelete Method

Deletes the item from the server.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Delete()

Return Value

Type: Boolean
True if the item was deleted from the server, false if the item did not exist on the server, or there was an error deleting it.
See Also