ListItem.ValidateUpdateListItem 方法
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Function ValidateUpdateListItem ( _
formValues As IList(Of ListItemFormUpdateValue), _
bNewDocumentUpdate As Boolean, _
checkInComment As String _
) As IList(Of ListItemFormUpdateValue)
用法
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
)
参数
- formValues
类型:System.Collections.Generic.IList<ListItemFormUpdateValue>
- bNewDocumentUpdate
类型:System.Boolean
- checkInComment
类型:System.String
返回值
类型:System.Collections.Generic.IList<ListItemFormUpdateValue>