ListItem.ValidateUpdateListItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public System.Collections.Generic.IList<Microsoft.SharePoint.Client.ListItemFormUpdateValue> ValidateUpdateListItem (System.Collections.Generic.IList<Microsoft.SharePoint.Client.ListItemFormUpdateValue> formValues, bool bNewDocumentUpdate, string checkInComment);
member this.ValidateUpdateListItem : System.Collections.Generic.IList<Microsoft.SharePoint.Client.ListItemFormUpdateValue> * bool * string -> System.Collections.Generic.IList<Microsoft.SharePoint.Client.ListItemFormUpdateValue>
Public Function ValidateUpdateListItem (formValues As IList(Of ListItemFormUpdateValue), bNewDocumentUpdate As Boolean, checkInComment As String) As IList(Of ListItemFormUpdateValue)
Parameters
- formValues
- IList<ListItemFormUpdateValue>
- bNewDocumentUpdate
- Boolean
- checkInComment
- String
Returns
- Attributes