Click or drag to resize
Galactic API

SharePointList Constructor

Creates a SharePointList object from the underlying List object.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public SharePointList(
	List list,
	ListItemCollection listItemCollection
)

Parameters

list
Type: List
The base List object representing this list.
listItemCollection
Type: ListItemCollection
A collection of ListItems that represents the items currently queried from the list.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a list or listCollection is not supplied.
See Also