Click or drag to resize
Galactic API

SharePointListAdd Method (SharePointListItem)

Adds an item to the list.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public virtual void Add(
	SharePointListItem item
)

Parameters

item
Type: Galactic.SharePointSharePointListItem
The item to add.

Implements

ICollectionTAdd(T)
See Also