Click or drag to resize
Galactic API

SharePointListContains Method

Determines whether the supplied item is in the list.

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

Parameters

item
Type: Galactic.SharePointSharePointListItem
The item to search for.

Return Value

Type: Boolean
True if the item is in the list, false otherwise.

Implements

ICollectionTContains(T)
See Also