| 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
)
Public Function UpdateField (
fieldName As String,
fieldValue As Object
) As Boolean
public:
bool UpdateField(
String^ fieldName,
Object^ fieldValue
)
member UpdateField :
fieldName : string *
fieldValue : Object -> bool
Parameters
- fieldName
- Type: SystemString
The name of the field to update. - fieldValue
- Type: SystemObject
The value to assign to the field.
Return Value
Type:
BooleanTrue if the item was updated, false otherwise.
See Also