Class DocumentExtensions
Extension methods for Document that are unsupported and may be removed or changed at any time.
Inheritance
System.Object
DocumentExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.Unsupported
Assembly: Couchbase.Lite.dll
Syntax
public static class DocumentExtensions
Methods
| Improve this Doc View SourceRevisionIDs(Document)
Gets the revision IDs of the document from the version vector. This is an unsupported API and may be removed or changed at any time.
Declaration
public static string RevisionIDs(this Document doc)
Parameters
| Type | Name | Description |
|---|---|---|
| Document | doc | The doc to get the revision IDs from |
Returns
| Type | Description |
|---|---|
| System.String | The revision IDs of the document |