| SharePointListItemToSharePointDocument Method |
Converts this SharePointListItem to a SharePointDocument object.
Namespace:
Galactic.SharePoint
Assembly:
Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public SharePointDocument ToSharePointDocument()
Public Function ToSharePointDocument As SharePointDocument
public:
SharePointDocument^ ToSharePointDocument()
member ToSharePointDocument : unit -> SharePointDocument
Return Value
Type:
SharePointDocumentThe SharePointDocument object corresponding to this list item.
See Also