Click or drag to resize

BCNameSpace Methods

The BCNameSpace type exposes the following members.

Methods
  NameDescription
Public methodContextToDate
Converts the context to a date value.
Public methodCreateRepository(String) Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
Public methodCreateRepository(String, String) Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
Public methodCreateRepository(String, String, NullableDateTime) Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
Public methodDateToContext
Converts the date value to a context.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodDocumentFromPath
Returns a document with the specified path in the local workspace.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUseAMFS
Returns a value indicating whether the AMFS share is used by the client.
Public methodGetUseAMFS(BCRepository)
Returns a value indicating whether the AMFS share is used.
Public methodLinkFromPath
Returns a new BCVaultLink instance that represents connection to the vault.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Overrides DisposableObjectOnDispose.)
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Public methodUpdateDocumentFromPath(String)
Synchronizes the document in the local workspace with the vault.
Public methodUpdateDocumentFromPath(String, CacheSyncKind)
Synchronizes the document in the local workspace with the vault.
Top
See Also