Click or drag to resize
Galactic API

SharePointListItem Constructor

Creates a SharePointListItem object from the underlying ListItem object.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public SharePointListItem(
	ListItem listItem
)

Parameters

listItem
Type: ListItem
The base ListItem object representing this list item.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a list item is not supplied.
See Also