RemoveChanges
Document ShellThe
RemoveChangesmethod removes all changes made in this draft.
ODDraft RemoveChanges ();
- return value
- A reference to this draft object with its changes removed.
DISCUSSION
This method can be called only if this draft's current permissions provide write access.After this method executes successfully, this draft is empty, and a subsequent call to the
ChangedFromPrevmethod returns false.