UnsavedRevision Methods |
The UnsavedRevision type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Releases all resource used by the UnsavedRevision object.
| |
| Equals | (Inherited from Revision.) | |
| GetAttachment |
Returns the Attachment with the specified name if it exists, otherwise null.
(Inherited from Revision.) | |
| GetHashCode |
Serves as a hash function for a Revision object.
(Inherited from Revision.) | |
| GetProperty |
Returns the value of the property with the specified key.
(Inherited from Revision.) | |
| RemoveAttachment |
Removes the Attachment
with the given name.
| |
| Save |
Saves the UnsavedRevision.
This will fail if its parent is not the current Revision
of the associated Document.
| |
| Save(Boolean) |
Saves the UnsavedRevision, optionally allowing
the save when there is a conflict.
| |
| SetAttachment(String, String, IEnumerableByte) |
Sets the attachment with the given name.
| |
| SetAttachment(String, String, Stream) |
Sets the attachment with the given name.
| |
| SetAttachment(String, String, Uri) |
Sets the attachment with the given name.
| |
| SetProperties |
Sets the properties of the Revision.
| |
| SetUserProperties |
Gets or sets the userProperties of the Revision.
| |
| ToString | (Overrides RevisionToString.) |