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

The BCSVault type exposes the following members.
Methods

  NameDescription
Public methodCallRemote(String, String, String, String, String)
Evaluates an expression on the specified remote vault.
Public methodCallRemote(String, String, String, String, String, Object)
Executes a method on the specified remote vault.
Public methodCallRemote(String, String, String, String, String,  Object )
Executes a method on the specified remote vault.
Public methodComposeURL(BCScriptObject)
Returns an absolute Web Access URL for the specified object.
Public methodComposeURL(BCScriptObject, SUrlMode)
Returns a Web Access URL for the specified object.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodExecSQL
Executes an SQL query against the specified connection.
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 methodGetGroups 
Returns a 2D array containing information about all user groups.
Public methodGetGroups(SGroupColumnFlags)
Returns a 2D array containing information about all user groups.
Public methodGetGroups(SGroupColumnFlags, String)
Returns a 2D array containing information about the user groups to which a user belongs.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetSubWorkArea
Returns a sub-work area with the specified name.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUsers 
Returns a 2D array containing information about the users for all user groups.
Public methodGetUsers(SUserColumnFlags)
Returns a 2D array containing information about the users for all user groups.
Public methodGetUsers(SUserColumnFlags, String)
Returns an array containing information about the users for the specified user group.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose
The method is called on the Dispose  method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodQuery
Returns a query with the specified name.
Public methodSequence 
Returns a default sequence that is unique within the vault.
Public methodSequence(String)
Returns a sequence that is unique within the vault.
Public methodTable
Returns a table with the specified name.
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 methodUser
Returns a user with the specified name.
Back to Top
Properties

  NameDescription
Public propertyArgumentObsolete.
Gets the collection of named properties stored in the vault.
Public propertyArguments
Gets the collection of named properties stored in the vault.
Public propertyCurrentWorkArea
Gets a current opened work area.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMetadata
Gets the metadata for the script object.
(Inherited from BCScriptObject.)
Public propertyMoment
Gets the date when the repository is opened. The current transaction will view the vault as it existed at that point in time. Gets   if the repository was opened in the present time.
Public propertyName
Gets the internal name of the vault.
Public propertyRootFolder
Gets the root folder of the vault.
Public propertyRootURL
Gets the base URL of the vault which can be used by Web Access.
Public propertyServerName
Gets the computer name where the server is running.
Public propertyServerProductCode
Gets the product code of the server.
Public propertyServerTimeGMT
Gets the current server time.
Public propertyTask
Gets the active task.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWebAccessLocationID
Gets the value that uniquely identifies the published location of the vault which can be used by Web Access.
Public propertyWorkIsolationMode
Gets a value indicating whether the Work Isolation mode has been enabled for the vault.
Back to Top
See Also