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

The BCNameSpace type exposes the following members.
Constructors

  NameDescription
Public methodBCNameSpace
Initializes a new instance of the BCNameSpace class.
Back to Top
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, Nullable DateTime )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 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 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 methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose
The method is called on the OnlineDispose  method call. Derived classes should override the method to perform custom disposing.
(Overrides DisposableObject OnDispose .)
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.)
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.
Back to Top
Properties

  NameDescription
Public propertyIsAmfsEnabled
Gets a value indicating whether the AMFS share is used by the client.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWorkspaceRoot
Gets or sets the location of the local workspace.
Back to Top
See Also