| 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 Function Delete As Boolean
member Delete : unit -> bool
Return Value
Type:
BooleanTrue 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