Click or drag to resize

MutableDocument Properties

The MutableDocument type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of top level entries in this document
(Inherited from Document.)
Public propertyDatabase
Gets the database that this document belongs to, if any
(Inherited from Document.)
Public propertyId
Gets this document's unique ID
(Inherited from Document.)
Public propertyIsDeleted
Gets whether or not this document is deleted
(Inherited from Document.)
Public propertyItem
Gets the value of the given key, or lack thereof, wrapped inside of a Fragment
Public propertyKeys
Gets all the keys present in this document
(Inherited from Document.)
Public propertySequence
Gets the sequence of this document (a unique incrementing number identifying its status in a database)
(Inherited from Document.)
Top
See Also