BCServer MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

The BCServer type exposes the following members.
Constructors

  NameDescription
Public methodBCServer 
Creates a new instance of the BCServer class.
Public methodBCServer(String)
Creates a new instance of the BCServer class.
Back to Top
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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUserDBConnectionString
Gets the connection string to User Database.
Public methodGetUserDBUserIDPassword
Gets user ID property value and password for User Database.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose
Releases the underlying wrapped object explicitly.
(Overrides DisposableObject OnDispose .)
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 OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyAddress
Gets the name of the computer where the server is running.
Public propertyAMFSSharePath
Gets the UNC path of the local AMFS drive. If AMFS service is not running, an exception will be thrown
Public propertyAMTaskServerMachine
Gets or sets the name of the default server machine running the Task Service.
Public propertyBuildNumber
Gets build number of the server.
Public propertyDefaultDataPath
Gets the default location of the new vault.
Public propertyDefaultDataStore
Gets or sets the name of the default vault.
Public propertyInstalledDataStores
Gets the array of names of installed vaults.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyLanGroupName
Gets the Work group or Domain name of the server.
Public propertyLicenseServer
Gets the license server information for the server.
Public propertyPatchCode
Gets the patch code of the server.
Public propertyServerTime
Gets the current server time.
Public propertySharedFolder
Gets or sets the local path to the shared folder on the server.
Public propertySuspiciousCurrentTime
Gets a value indicating whether the current server time is suspicious to be incorrect.
Public propertyUNCServerShare
Returns the UNC path to the shared folder on the server
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyUserDB
Gets the user database.
Public propertyUserDBNamingOptions
Gets or sets the work list naming options for User Database.
Public propertyVersionNumber
Gets version number of the server.
Back to Top
See Also