[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Updates the value of the associated field.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
bool SetValue( Object target, SPListItem listItem, FieldInfo fieldInfo ) |
Visual Basic (Declaration) |
---|
Function SetValue ( _ target As Object, _ listItem As SPListItem, _ fieldInfo As FieldInfo _ ) As Boolean |
Visual C++ |
---|
bool SetValue ( Object^ target, SPListItem^ listItem, FieldInfo^ fieldInfo ) |
Parameters
- target
- Object
the object containing the field to be set
- listItem
- SPListItem
the list item containing the field value
- fieldInfo
- FieldInfo
the field metadata
Return Value
See Also
ICamlField Interface
JohnHolliday.Caml.Net Namespace