CoAuthUpdates Interface

A collection of CoAuthUpdate objects that represent the available updates in the document.

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

Syntax

'Declaration
<GuidAttribute("30225CFC-5A71-4FE6-B527-90A52C54AE77")> _
Public Interface CoAuthUpdates _
    Inherits IEnumerable
'Usage
Dim instance As CoAuthUpdates
[GuidAttribute("30225CFC-5A71-4FE6-B527-90A52C54AE77")]
public interface CoAuthUpdates : IEnumerable

Remarks

When a document with co-authoring enabled is simultaneously edited, changes made by one co-author are available to other co-authors as updates. Each change is represented by a single CoAuthUpdate object. When a co-author saves their version of the document, changes made by other co-authors are merged into that co-author's version of the document. Prior to the co-author saving their version of the document, changes made by other co-authors are available as updates.

For example: Two people are editing a document that initially contains a single paragraph with the text, "The brown fox." If the first co-author edits the sentence to read, "The quick brown fox jumps over the log" and then saves the document, the words "quick" and "over the log" are available to the second co-author as two updates to the document. These two updates are represented in the Microsoft Word 2010 object model as two CoAuthUpdate objects. When the second co-author saves the document, the updates from the first co-author are merged into the document.

See Also

Reference

CoAuthUpdates Members

Microsoft.Office.Interop.Word Namespace