BCSVault MethodsMeridian 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
See Also