CoAuthoring.PendingUpdates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the document has pending updates that have not been accepted.
public:
property bool PendingUpdates { bool get(); };
public bool PendingUpdates { get; }
member this.PendingUpdates : bool
Public ReadOnly Property PendingUpdates As Boolean
Property Value
true if the document has pending updates that have not been accepted; otherwise, false.
Remarks
Read-only.