Click or drag to resize
Galactic API

SharePointListAdd Method (String, DictionaryString, Object)

Adds a list 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 SharePointListItem Add(
	string name,
	Dictionary<string, Object> fields
)

Parameters

name
Type: SystemString
The name of the item to add.
fields
Type: System.Collections.GenericDictionaryString, Object
A dictionary of names and values of the fields of the list item.

Return Value

Type: SharePointListItem
The SharePointList item that was added to the list, or null if there was an error adding it.
See Also