Click or drag to resize
Galactic API

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
)

Parameters

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