Click or drag to resize

UnsavedRevision Methods

The UnsavedRevision type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resource used by the UnsavedRevision object.
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 methodRemoveAttachment
Removes the Attachment with the given name.
Public methodSave
Saves the UnsavedRevision. This will fail if its parent is not the current Revision of the associated Document.
Public methodSave(Boolean)
Saves the UnsavedRevision, optionally allowing the save when there is a conflict.
Public methodSetAttachment(String, String, IEnumerableByte)
Sets the attachment with the given name.
Public methodSetAttachment(String, String, Stream)
Sets the attachment with the given name.
Public methodSetAttachment(String, String, Uri)
Sets the attachment with the given name.
Public methodSetProperties
Sets the properties of the Revision.
Public methodSetUserProperties
Gets or sets the userProperties of the Revision.
Public methodToString (Overrides RevisionToString.)
Top
See Also