BCServer Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCServer type exposes the following members.
| Name | Description | |
|---|---|---|
| BCServer |
Creates a new instance of the BCServer class.
| |
| BCServer(String) |
Creates a new instance of the BCServer class.
|
| Name | Description | |
|---|---|---|
| Address |
Gets the name of the computer where the server is running.
| |
| AMFSSharePath |
Gets the UNC path of the local AMFS drive.
If AMFS service is not running, an exception will be thrown
| |
| AMTaskServerMachine |
Gets or sets the name of the default server machine running the Task Service.
| |
| BuildNumber |
Gets build number of the server.
| |
| DefaultDataPath |
Gets the default location of the new vault.
| |
| DefaultDataStore |
Gets or sets the name of the default vault.
| |
| InstalledDataStores |
Gets the array of names of installed vaults.
| |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
| LanGroupName |
Gets the Work group or Domain name of the server.
| |
| LicenseServer |
Gets the license server information for the server.
| |
| PatchCode |
Gets the patch code of the server.
| |
| ServerTime |
Gets the current server time.
| |
| SharedFolder |
Gets or sets the local path to the shared folder on the server.
| |
| SuspiciousCurrentTime |
Gets a value indicating whether the current server time is suspicious to be incorrect.
| |
| UNCServerShare |
Returns the UNC path to the shared folder on the server
| |
| UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
| UserDB |
Gets the user database.
| |
| UserDBNamingOptions |
Gets or sets the work list naming options for User Database.
| |
| VersionNumber |
Gets version number of the server.
|
| 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 | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetUserDBConnectionString |
Gets the connection string to User Database.
| |
| GetUserDBUserIDPassword |
Gets user ID property value and password for User Database.
| |
| MemberwiseClone | (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 | (Inherited from Object.) |