ListItem.ValidateUpdateListItem method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function ValidateUpdateListItem ( _
formValues As IList(Of ListItemFormUpdateValue), _
bNewDocumentUpdate As Boolean, _
checkInComment As String _
) As IList(Of ListItemFormUpdateValue)
'Usage
Dim instance As ListItem
Dim formValues As IList(Of ListItemFormUpdateValue)
Dim bNewDocumentUpdate As Boolean
Dim checkInComment As String
Dim returnValue As IList(Of ListItemFormUpdateValue)
returnValue = instance.ValidateUpdateListItem(formValues, _
bNewDocumentUpdate, checkInComment)
public IList<ListItemFormUpdateValue> ValidateUpdateListItem(
IList<ListItemFormUpdateValue> formValues,
bool bNewDocumentUpdate,
string checkInComment
)
Parameters
- formValues
Type: System.Collections.Generic.IList<ListItemFormUpdateValue>
- bNewDocumentUpdate
Type: System.Boolean
- checkInComment
Type: System.String
Return value
Type: System.Collections.Generic.IList<ListItemFormUpdateValue>