BCServer Methods |
The BCServer type exposes the following members.
| Name | Description | |
|---|---|---|
| AcknowledgeCurrentServerTime |
Acknowledges that the current server clock setting is correct.
| |
| AuditConnectionString |
Returns the connection string to the AuditTrail database.
| |
| AuditTableName |
Returns the name of the audit table in the AuditTrail database.
| |
| ChangeEnableAudit |
Enables/disables the audit trailing for the specified data store.
| |
| ChangeEnableFullTextSearch |
Enables/disables Content Indexing for the specified data store.
| |
| CreateHypertrieveDataStore(String, String, String) |
Creates a new Hypertrieve vault.
| |
| CreateHypertrieveDataStore(String, String, String, String) |
Creates a new Hypertrieve vault.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| EnableAudit |
Returns a value indicating whether the audit trailing is disabled for the specified data store.
| |
| EnableFullTextSearch |
Returns a value indicating whether Content Indexing is enabled for the specified data store.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserDBConnectionString |
Gets the connection string to User Database.
| |
| GetUserDBUserIDPassword |
Gets user ID property value and password for User Database.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDispose |
Releases the underlying wrapped object explicitly.
(Overrides DisposableObjectOnDispose.) | |
| RemoveDataStore |
Removes a vault.
| |
| RestoreBackup |
Restores a vault from the backup.
| |
| SetUserDBConnectionString |
Sets the connection string to User Database.
| |
| SetUserDBUserIDPassword |
Sets user ID property value and password for User Database.
| |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |