次の方法で共有


ListItem.ValidateUpdateListItem Method

Definition

[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

bNewDocumentUpdate
Boolean
checkInComment
String

Returns

Attributes

Applies to