Click or drag to resize

Document Properties

The Document type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of top level entries in this document
(Inherited from ReadOnlyDocument.)
Public propertyDatabase
Gets the database that this document belongs to, if any
(Inherited from ReadOnlyDocument.)
Public propertyId
Gets this document's unique ID
(Inherited from ReadOnlyDocument.)
Public propertyIsDeleted
Gets whether or not this document is deleted
(Inherited from ReadOnlyDocument.)
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 ReadOnlyDocument.)
Public propertySequence
Gets the sequence of this document (a unique incrementing number identifying its status in a database)
(Inherited from ReadOnlyDocument.)
Top
See Also