- Examples: NotesDatabase class
- ACL (NotesDatabase - LotusScript)
Read-only. The access control list for a database.
- ACLActivityLog (NotesDatabase - LotusScript)
Read-only. The log from the access control list for a database.
- Agents (NotesDatabase - LotusScript)
Read-only. All of the agents in a database.
- AllDocuments (NotesDatabase - LotusScript)
Read-only. All the documents in a database.
- Categories (NotesDatabase - LotusScript)
Read-write. The categories under which a database appears in a database catalog.
- Created (NotesDatabase - LotusScript)
Read-only. The date/time that a database was created.
- CurrentAccessLevel (NotesDatabase - LotusScript)
Read-only. The current user's access level to a database.
- DelayUpdates (NotesDatabase - LotusScript)
Read-write. Indicates whether updates to a server are delayed (batched) for better performance.
- DesignTemplateName (NotesDatabase - LotusScript)
Read-only. The name of the design template from which a database inherits its design. If the database does not inherit its design from a design template, it returns an empty string ("").
- FileFormat (NotesDatabase - LotusScript)
Read-only. The ODS (on-disk structure) version of a database.
- FileName (NotesDatabase - LotusScript)
Read-only. The full file name of a database, including the extension but excluding the path.
- FilePath (NotesDatabase - LotusScript)
Read-only. The path and file name of a database. The file name includes the NSF extension.
- FolderReferencesEnabled (NotesDatabase - LotusScript)
Read-write. Indicates whether this database maintains folder references for documents.
- Forms (NotesDatabase - LotusScript)
Read-only. All the forms in a database.
- FTIndexFrequency (NotesDatabase - LotusScript)
Read-write. Update frequency of a database's full-text index.
- HttpURL (NotesDatabase - LotusScript)
Read-only. The Domino® URL of a database when HTTP protocols are in effect.
- IsClusterReplication (NotesDatabase - LotusScript)
Read-write. Indicates whether cluster replication is in effect for a database on a server in a cluster.
- IsConfigurationDirectory (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is a Configuration Directory database.
- IsCurrentAccessPublicReader (NotesDatabase - LotusScript)
Read-only. Indicates whether the current user has public reader access in a database.
- IsCurrentAccessPublicWriter (NotesDatabase - LotusScript)
Read-only. Indicates whether the current user has public writer access in a database.
- IsDesignLockingEnabled (NotesDatabase - LotusScript)
Read-write. Indicates whether design locking is enabled for a database.
- IsDirectoryCatalog (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is a Directory Catalog database, also known as the Light Weight NAB, or the Enterprise Address Book.
- IsDocumentLockingEnabled (NotesDatabase - LotusScript)
Read-write. Indicates whether document locking is enabled for a database.
- IsFTIndexed (NotesDatabase - LotusScript)
Read-only. Indicates whether or not a database has a full-text index.
- IsInMultiDbIndexing (NotesDatabase - LotusScript)
Read-write. Indicates whether a database can be included in multi-database indexing.
- IsInService (NotesDatabase - LotusScript)
Read-write. Indicates whether a database on a server in a cluster is accessible.
- IsLink (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is the target of a link.
- IsMultiDbSearch (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is of type "Multi DB Search."
- IsOpen (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is open.
- IsPendingDelete (NotesDatabase - LotusScript)
Read-only. Indicates whether a database on a server in a cluster is marked for deletion.
- IsPrivateAddressBook (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is a Personal Address Book.
- IsPublicAddressBook (NotesDatabase - LotusScript)
Read-only. Indicates whether a database is a Domino® Directory.
- LastFixup (NotesDatabase - LotusScript)
Read-only. The date that a database was last checked by the Fixup task.
- LastFTIndexed (NotesDatabase - LotusScript)
Read-only. The date that a database full-text index was last updated.
- LastModified (NotesDatabase - LotusScript)
Read-only. The date/time that a database was last modified.
- LimitRevisions (NotesDatabase - LotusScript)
Read-write. The maximum number of entries allowed in the $Revisions field.
- LimitUpdatedBy (NotesDatabase - LotusScript)
Read-write. The maximum number of entries allowed in the $UpdatedBy field.
- ListInDbCatalog (NotesDatabase - LotusScript)
Read-write. Indicates whether a database appears in database catalogs.
- Managers (NotesDatabase - LotusScript)
Read-only. People, servers, and groups that have Manager access to a database.
- MaxSize (NotesDatabase - LotusScript)
Read-only. Shows the maximum size assigned to the database when the database was created.
- NotesURL (NotesDatabase - LotusScript)
Read-only. The Domino® URL of a database when Notes® protocols are in effect.
- Parent (NotesDatabase - LotusScript)
Read-only. The Notes® session that contains a database.
- PercentUsed (NotesDatabase - LotusScript)
Read-only. The percent of the total size of a database that is occupied by real data (and not empty space).
- ReplicaID (NotesDatabase - LotusScript)
Read-only. A 16-character combination of letters and numbers that represents the replica ID of a Notes® database. Any databases with the same replica ID are replicas of one another.
- ReplicationInfo (NotesDatabase - LotusScript)
Read-only. Provides access to a NotesReplication object. Each NotesDatabase instance contains one NotesReplication object.
- Server (NotesDatabase - LotusScript)
Read-only. The name of the server where a database resides.
- Size (NotesDatabase - LotusScript)
Read-only. The size of a database, in bytes.
- SizeQuota (NotesDatabase - LotusScript)
Read-write. The size quota of a database, in kilobytes.
- SizeWarning (NotesDatabase - LotusScript)
Read-write. The size warning threshold of a database, in kilobytes.
- TemplateName (NotesDatabase - LotusScript)
Read-only. The template name of a database, if the database is a template. If the database is not a template, returns an empty string ("").
- Title (NotesDatabase - LotusScript)
Read-write. The title of a database.
- Type (NotesDatabase - LotusScript)
Read-only. Database type.
- UndeleteExpireTime (NotesDatabase - LotusScript)
Read-write. The number of hours before soft deletions become hard deletions.
- UnprocessedDocuments (NotesDatabase - LotusScript)
Read-only. The documents in a database that the current agent or view action considers to be "unprocessed." The type of agent determines which documents are considered unprocessed.
- Views (NotesDatabase - LotusScript)
Read-only. The views and folders in a database.
- Compact (NotesDatabase - LotusScript)
Compacts a local database.
- CompactWithOptions (NotesDatabase - LotusScript)
Compacts a local database allowing the submission of options.
- Create (NotesDatabase - LotusScript)
Creates a new database on disk, using the server and file name that you specify.
- CreateCopy (NotesDatabase - LotusScript)
Creates an empty copy of the current database.
- CreateDocument (NotesDatabase - LotusScript)
Creates a document in a database and returns a NotesDocument object that represents the new document. You must call Save if you want the new document to be saved to disk. When used with OLE automation, this method allows you to create a NotesDocument object without using New.
- CreateDocumentCollection (NotesDatabase - LotusScript)
Returns an empty document collection.
- CreateFromTemplate (NotesDatabase - LotusScript)
Creates a new database from an existing database.
- CreateFTIndex (NotesDatabase - LotusScript)
Creates a full-text index for a database.
- CreateNoteCollection (NotesDatabase - LotusScript)
Creates a note collection based on the current database and returns a NotesNoteCollection object that represents the note collection.
- CreateOutline (NotesDatabase - LotusScript)
Creates a new outline within the current database and returns a NotesOutline object that represents the new outline. This method allows you to create a NotesOutline object without using New.
- CreateReplica (NotesDatabase - LotusScript)
Creates a replica of the current database at a new location.
- CreateView (NotesDatabase - LotusScript)
Creates a view.
- EnableFolder (NotesDatabase - LotusScript)
Given a folder name, enables the folder.
- Fixup (NotesDatabase - LotusScript)
Runs the Fixup task on a database.
- FTDomainSearch (NotesDatabase - LotusScript)
Conducts a Domain Search, that is, a full-text search of all databases configured in the Domain Catalog database and marked as included for multi-database indexing.
- FTSearch (NotesDatabase - LotusScript)
Conducts a full-text search of all the documents in a database.
- FTSearchRange (NotesDatabase - LotusScript)
Conducts a full-text search of all the documents in a database.
- GetAgent (NotesDatabase - LotusScript)
Finds an agent in a database, given the agent name.
- GetAllReadDocuments (NotesDatabase - LotusScript)
Creates a note collection of all read documents in the database.
- GetAllUnreadDocuments (NotesDatabase - LotusScript)
Creates a note collection of all unread documents in the database.
- GetDocumentByID (NotesDatabase - LotusScript)
Finds a document in a database, given the document's note ID.
- GetDocumentByUNID (NotesDatabase - LotusScript)
Finds a document in a database, given the document universal ID (UNID).
- GetDocumentByURL (NotesDatabase - LotusScript)
Instantiates a document in the database on which it is called and returns a NotesDocument object for it. This method is typically used for either the Server Web Navigator or Personal Web Navigator database, but can be called on any database object.
- GetForm (NotesDatabase - LotusScript)
Finds a form in a database, given the form name.
- GetModifiedDocuments (NotesDatabase - LotusScript)
- GetModifiedDocumentsWithOptions (NotesDatabase - LotusScript)
Lets you retrieve all modified documents meeting matches for specified options.
- GetOption (NotesDatabase - LotusScript)
Gets the value of a database option.
- GetOutline (NotesDatabase - LotusScript)
Retrieves an existing outline within the current database and returns a NotesOutline object that represents the outline.
- GetProfileDocCollection (NotesDatabase - LotusScript)
Given a profile name, returns a collection of Profile documents that match the name, or if no name is given, a collection of all Profile documents.
- GetProfileDocument (NotesDatabase - LotusScript)
Retrieves or creates a Profile document.
- GetURLHeaderInfo (NotesDatabase - LotusScript)
Gets the specific Hypertext Transfer Protocol (HTTP) header information from the Uniform Resource Locator (URL). A URL is a text string used for identifying and addressing a Web resource.
- GetView (NotesDatabase - LotusScript)
Finds a view or folder in a database, given the name or alias of the view or folder.
- GrantAccess (NotesDatabase - LotusScript)
Modifies a database access control list to provide the specified level of access to a person, group, or server.
- MarkForDelete (NotesDatabase - LotusScript)
Marks a database for deletion from a server in a cluster.
- Open (NotesDatabase - LotusScript)
- OpenByReplicaID (NotesDatabase - LotusScript)
Given a server name and a replica ID, opens the specified database, if it exists.
- OpenIfModified (NotesDatabase - LotusScript)
Given a date, opens the specified database if it has been modified since that date.
- OpenMail (NotesDatabase - LotusScript)
Assigns a database to the current user's mail database and opens that database.
- OpenURLDb (NotesDatabase - LotusScript)
Finds and opens the default Web Navigator database.
- OpenWithFailover (NotesDatabase - LotusScript)
Opens a database on a server.
- QueryAccess (NotesDatabase - LotusScript)
Returns the current access level of a person, group, or server to a database.
- QueryAccessPrivileges (NotesDatabase - LotusScript)
- QueryAccessRoles (NotesDatabase - LotusScript)
Returns the roles of a person, group, or server in a database.
- Remove (NotesDatabase - LotusScript)
Permanently deletes a database from disk.
- RemoveFTIndex (NotesDatabase - LotusScript)
Removes a full-text index from a database.
- Replicate (NotesDatabase - LotusScript)
Replicates a database with its replica(s) on a given server.
- RevokeAccess (NotesDatabase - LotusScript)
Removes a person, group, or server from a database access control list. This resets the access level for that person, group, or server to the Default setting for the database.
- Search (NotesDatabase - LotusScript)
Given selection criteria for a document, returns all documents in a database that meet the criteria.
- SetUserIDForDecrypt (NotesDatabase - LotusScript)
After calling this method on a database, any document that is opened within the database is decrypted using the encryption keys within the userID object, as specified in the document SecretEncryptionKeys field.
- SetOption (NotesDatabase - LotusScript)
Sets the value of a database option.
- Sign (NotesDatabase - LotusScript)
Signs elements in a database with the signature of the current user. This method programmatically mimics the use of the Sign Database dialog in the Notes® Domino® Admin client.
- UnprocessedFTSearch (NotesDatabase - LotusScript)
Conducts a full-text search of the documents in a database that the current agent considers to be unprocessed.
- UnprocessedFTSearchRange (NotesDatabase - LotusScript)
Conducts a full-text search of the documents in a database that the current agent considers to be unprocessed.
- UnprocessedSearch (NotesDatabase - LotusScript)
Given selection criteria for a document, returns documents in a database that:
- UpdateFTIndex (NotesDatabase - LotusScript)
Updates the database full-text index.