Click or drag to resize
Galactic API

SharePointListItemUpdateField Method

Updates the a field within a SharePointListItem with the specified value.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool UpdateField(
	string fieldName,
	Object fieldValue
)

Parameters

fieldName
Type: SystemString
The name of the field to update.
fieldValue
Type: SystemObject
The value to assign to the field.

Return Value

Type: Boolean
True if the item was updated, false otherwise.
See Also