Click or drag to resize
Galactic API

SharePointListRemove Method

Removes an item from the list.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Remove(
	SharePointListItem item
)

Parameters

item
Type: Galactic.SharePointSharePointListItem
The item to remove.

Return Value

Type: Boolean
True if the item could be removed, false otherwise.

Implements

ICollectionTRemove(T)
See Also