| 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
)
Public Function Remove (
item As SharePointListItem
) As Boolean
public:
virtual bool Remove(
SharePointListItem^ item
) sealed
abstract Remove :
item : SharePointListItem -> bool
override Remove :
item : SharePointListItem -> bool
Parameters
- item
- Type: Galactic.SharePointSharePointListItem
The item to remove.
Return Value
Type:
BooleanTrue if the item could be removed, false otherwise.
Implements
ICollectionTRemove(T)See Also