| 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
)
Public Function Contains (
item As SharePointListItem
) As Boolean
public:
virtual bool Contains(
SharePointListItem^ item
) sealed
abstract Contains :
item : SharePointListItem -> bool
override Contains :
item : SharePointListItem -> bool
Parameters
- item
- Type: Galactic.SharePointSharePointListItem
The item to search for.
Return Value
Type:
BooleanTrue if the item is in the list, false otherwise.
Implements
ICollectionTContains(T)See Also