Click or drag to resize
Galactic API

SharePointDocumentLibraryAdd Method (SharePointDocument)

Adds a document to the library.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public void Add(
	SharePointDocument document
)

Parameters

document
Type: Galactic.SharePointSharePointDocument
The document to add.

Implements

ICollectionTAdd(T)
See Also