Share via


Coauthoring.FavorServerEditsDuringMerge Property

Gets or sets whether the merged document favors server-side edits when conflicts occur. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property FavorServerEditsDuringMerge As Boolean
    Get
    Set
'Usage
Dim instance As Coauthoring
Dim value As Boolean

value = instance.FavorServerEditsDuringMerge

instance.FavorServerEditsDuringMerge = value
bool FavorServerEditsDuringMerge { get; set; }

Property Value

Type: System.Boolean

Remarks

FavorServerEditsDuringMerge returns an error if the application is not already in merge mode. true to favor server-side edits. The default is false, which means that local client-side edits are favored.

See Also

Reference

Coauthoring Interface

Coauthoring Members

Microsoft.Office.Interop.PowerPoint Namespace