| 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
)
Public Sub New (
list As List,
listItemCollection As ListItemCollection
)
public:
SharePointList(
List^ list,
ListItemCollection^ listItemCollection
)
new :
list : List *
listItemCollection : ListItemCollection -> SharePointList
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 See Also