del método ListItem.ValidateUpdateListItem
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function ValidateUpdateListItem ( _
formValues As IList(Of ListItemFormUpdateValue), _
bNewDocumentUpdate As Boolean, _
checkInComment As String _
) As IList(Of ListItemFormUpdateValue)
'Uso
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
)
Parámetros
- formValues
Tipo: System.Collections.Generic.IList<ListItemFormUpdateValue>
- bNewDocumentUpdate
Tipo: System.Boolean
- checkInComment
Tipo: System.String
Valor devuelto
Tipo: System.Collections.Generic.IList<ListItemFormUpdateValue>