Click or drag to resize

SavedRevision Methods

The SavedRevision type exposes the following members.

Methods
  NameDescription
Public methodCreateRevision
Creates a new UnsavedRevision whose properties and attachments are initially identical to this one.
Public methodCreateRevision(IDictionaryString, Object)
Creates and saves a new Revision with the specified properties. To succeed the specified properties must include a '_rev' property whose value maches the current Revision's id.
Public methodDeleteDocument
Creates and saves a new deletion Revision for the associated Document.
Public methodEquals
Determines whether the specified Object is equal to the current Revision.
(Inherited from Revision.)
Public methodGetAttachment
Returns the Attachment with the specified name if it exists, otherwise null.
(Inherited from Revision.)
Public methodGetHashCode
Serves as a hash function for a Revision object.
(Inherited from Revision.)
Public methodGetProperty
Returns the value of the property with the specified key.
(Inherited from Revision.)
Public methodToString (Overrides RevisionToString.)
Top
See Also