| 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
)
Public Sub New (
listItem As ListItem
)
public:
SharePointListItem(
ListItem^ listItem
)
new :
listItem : ListItem -> SharePointListItem
Parameters
- listItem
- Type: ListItem
The base ListItem object representing this list item.
Exceptions See Also