Share via


ChangeConflictCollection.ResolveAll Method (RefreshMode)

Resolves all the concurrency conflicts in the collection using the specified refresh mode.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Sub ResolveAll ( _
    refreshMode As RefreshMode _
)
'Usage
Dim instance As ChangeConflictCollection
Dim refreshMode As RefreshMode

instance.ResolveAll(refreshMode)
public void ResolveAll(
    RefreshMode refreshMode
)

Parameters

Remarks

This overload behaves exactly as Resolve(RefreshMode, Boolean) would behave with its autoResolveDeletes parameter set to true.

See Also

Reference

ChangeConflictCollection Class

ChangeConflictCollection Members

ResolveAll Overload

Microsoft.SharePoint.Linq Namespace