| 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
)
Public Sub Add (
document As SharePointDocument
)
public:
virtual void Add(
SharePointDocument^ document
) sealed
abstract Add :
document : SharePointDocument -> unit
override Add :
document : SharePointDocument -> unit
Parameters
- document
- Type: Galactic.SharePointSharePointDocument
The document to add.
Implements
ICollectionTAdd(T)See Also