Click or drag to resize

BCServer Methods

The BCServer type exposes the following members.

Methods
  NameDescription
Public methodAcknowledgeCurrentServerTime
Acknowledges that the current server clock setting is correct.
Public methodAuditConnectionString
Returns the connection string to the AuditTrail database.
Public methodAuditTableName
Returns the name of the audit table in the AuditTrail database.
Public methodChangeEnableAudit
Enables/disables the audit trailing for the specified data store.
Public methodChangeEnableFullTextSearch
Enables/disables Content Indexing for the specified data store.
Public methodCreateHypertrieveDataStore(String, String, String)
Creates a new Hypertrieve vault.
Public methodCreateHypertrieveDataStore(String, String, String, String)
Creates a new Hypertrieve vault.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEnableAudit
Returns a value indicating whether the audit trailing is disabled for the specified data store.
Public methodEnableFullTextSearch
Returns a value indicating whether Content Indexing is enabled for the specified data store.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUserDBConnectionString
Gets the connection string to User Database.
Public methodGetUserDBUserIDPassword
Gets user ID property value and password for User Database.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose
Releases the underlying wrapped object explicitly.
(Overrides DisposableObjectOnDispose.)
Public methodRemoveDataStore
Removes a vault.
Public methodRestoreBackup
Restores a vault from the backup.
Public methodSetUserDBConnectionString
Sets the connection string to User Database.
Public methodSetUserDBUserIDPassword
Sets user ID property value and password for User Database.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also