BCSDocument MethodsMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCSDocument type exposes the following members.
Methods

  NameDescription
Public methodApplyPropertyValues
Commits all the changes made to the properties since it was loaded or since the last time the ApplyPropertyValues  method was called.
Public methodCalculateFileType
Calculates the type of the document.
Public methodCallRemote(String, String, String, String, String)
Evaluates an expression on the specified remote vault.
Public methodCallRemote(String, String, String, String, String, Object)
Executes an expression on the specified remote vault.
Public methodCallRemote(String, String, String, String, String,  Object )
Executes an expression on the specified remote vault.
Public methodCanEditProperty
Determines whether a property with the specified name can be edited.
Public methodChangeDocumentType
Changes the type of the document.
Public methodChangeManager
Sets a new workflow manager for the document.
Public methodChangeTodoPerson
Sets a new to-do person for the document.
Public methodChangeWorkflowState
Moves the document to another workflow state.
Public methodClearRedlines
Clears the document redlines.
Public methodConfirmMerged
Confirms Merged with Master.
Public methodConfirmSuperseded
Confirms Superseded by Master.
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 methodExecTransition(String)
Executes a workflow transition.
Public methodExecTransition(String, String)
Executes a workflow transition.
Public methodExecTransition(String, String, IEnumerable String )
Executes a workflow transition.
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 methodGetExpectedTransitionResult
Returns an expected result of the specified transition.
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 methodIsUniqueValue
Determines whether there are no other documents with the specified property value.
Public methodLockLWS
Locks a local workspace copy of the document.
Public methodLockMasterDocument
Locks the master document.
Public methodLog
Appends a text message to the document log.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMigrate(String)
Migrates the document to a new configurable workflow.
Public methodMigrate(String, String)
Migrates the document to a new configurable workflow.
Public methodMigrate(String, String, String)
Migrates the document to a new configurable workflow.
Public methodMoveTo(BCSFolder)
Moves the document into the specified folder.
Public methodMoveTo(BCSFolder, SMoveMode)
Moves the document into the specified folder.
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 methodReassignManagers(IEnumerable String )
Assigns workflow managers for the document.
Public methodReassignManagers(IEnumerable String , String)
Assigns workflow managers for the document.
Public methodReassignToDoPersons(IEnumerable String )
Assigns workflow to-do persons for the document.
Public methodReassignToDoPersons(IEnumerable String , String)
Assigns workflow to-do persons for the document.
Public methodReleaseChange
Releases a working copy (Quick Change).
Public methodReroute(String)
Reroutes the document in the workflow to a new state.
Public methodReroute(String, String)
Reroutes the document in the workflow to a new state.
Public methodReroute(String, String, IEnumerable String )
Reroutes the document in the workflow to a new state.
Public methodResetPropertyValues
Refreshes the property values (revokes any changes).
Public methodRevokeChange
Revokes a working copy (Quick Change).
Public methodRevokeWorkflow
Revokes the document from a workflow.
Public methodStartChange
Starts a working copy (Quick Change).
Public methodStartWorkFlow(String)
Initiates a workflow for the document.
Public methodStartWorkFlow(String, String)
Initiates a workflow for the document.
Public methodStartWorkFlow(String, String, String)
Initiates a workflow for the document.
Public methodStartWorkFlow(String, String, String, IEnumerable String , IEnumerable String )
Initiates a workflow for the document.
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 methodUnlockLWS
Unlocks a local workspace copy of the document.
Public methodUnlockMasterDocument
Unlocks the master document.
Back to Top
See Also