SPField.ParseAndSetValue method
SharePoint 2013
When overridden in a derived class, sets the specified field item to the specified value.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- item
- Type: Microsoft.SharePoint.SPListItem
The list item whose field is set to the specified value.
- value
- Type: System.String
The value to which the list item is set.
| Exception | Condition |
|---|---|
| ArgumentNullException | item is null . |
| SPException | value is required and is either empty or null . |