DocumentRepository Fields |
The DocumentRepository type exposes the following members.
Name | Description | |
---|---|---|
mAll |
Collection of all underlying objects.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mCollections |
Table of collections [name -> CollectionType]
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mCollectionSettings |
Table of collection settings [name -> InfoCollectionSettings]
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mCollectionSettingsByIndex |
Table of collection settings by index [index -> InfoCollectionSettings]
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mCollectionsList |
List of all collections (sorted by the order in which the collections were added).
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mCount |
Number of the inner collections.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mDisconnectedCount |
Number of disconnected references for this collection
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mDynamicNames |
List of dynamic names of the collections
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mIsLastVersion |
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
| |
mLoadBinaryData |
Indicates whether to load binary data into the collections of the repository.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mNiceNames |
Translation of collection nice names to a normal names [niceName -> name]
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mProperties |
Properties of the object available through GetProperty.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
mRootDocument |
Root document.
| |
mSiteName |
Site name.
| |
mTreeProvider |
Tree provider object to use for the database access.
|