Compartir a través de


Conflicts.AcceptAll Method (Word)

Accepts all of the user's changes, removes the conflicts, and merges the changes into the server copy of the document.

Version Information

Version Added: Word 2010

Syntax

expression .AcceptAll

expression An expression that returns a Conflicts object.

Return Value

Nothing

Example

The following code example accepts all the user changes for the conflicts in the active document.

ActiveDocument.CoAuthoring.Conflicts.AcceptAll

See Also

Concepts

Conflicts Object Members

Conflicts Object