| SharePointDocument Constructor |
Creates a SharePointDocument 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 SharePointDocument(
ListItem listItem
)
Public Sub New (
listItem As ListItem
)
public:
SharePointDocument(
ListItem^ listItem
)
new :
listItem : ListItem -> SharePointDocument
Parameters
- listItem
- Type: ListItem
The base ListItem object representing this document.
Exceptions See Also