BCNameSpace Methods |
The BCNameSpace type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextToDate |
Converts the context to a date value.
| |
| CreateRepository(String) | Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
| |
| CreateRepository(String, String) | Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
| |
| CreateRepository(String, String, NullableDateTime) | Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
| |
| DateToContext |
Converts the date value to a context.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| DocumentFromPath |
Returns a document with the specified path in the local workspace.
| |
| 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.) | |
| GetUseAMFS |
Returns a value indicating whether the AMFS share is used by the client.
| |
| GetUseAMFS(BCRepository) |
Returns a value indicating whether the AMFS share is used.
| |
| LinkFromPath |
Returns a new BCVaultLink instance that represents connection to the vault.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Overrides DisposableObjectOnDispose.) | |
| 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.) | |
| UpdateDocumentFromPath(String) |
Synchronizes the document in the local workspace with the vault.
| |
| UpdateDocumentFromPath(String, CacheSyncKind) |
Synchronizes the document in the local workspace with the vault.
|