BCSDocument Methods |
The BCSDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyPropertyValues |
Commits all the changes made to the properties since it was loaded or
since the last time the ApplyPropertyValues method was called.
| |
| CalculateFileType |
Calculates the type of the document.
| |
| CallRemote(String, String, String, String, String) |
Evaluates an expression on the specified remote vault.
| |
| CallRemote(String, String, String, String, String, Object) |
Executes an expression on the specified remote vault.
| |
| CallRemote(String, String, String, String, String, Object) |
Executes an expression on the specified remote vault.
| |
| CanEditProperty |
Determines whether a property with the specified name can be edited.
| |
| ChangeDocumentType |
Changes the type of the document.
| |
| ChangeManager |
Sets a new workflow manager for the document.
| |
| ChangeTodoPerson |
Sets a new to-do person for the document.
| |
| ChangeWorkflowState |
Moves the document to another workflow state.
| |
| ClearRedlines |
Clears the document redlines.
| |
| ConfirmMerged |
Confirms Merged with Master.
| |
| ConfirmSuperseded |
Confirms Superseded by Master.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| ExecTransition(String) |
Executes a workflow transition.
| |
| ExecTransition(String, String) |
Executes a workflow transition.
| |
| ExecTransition(String, String, IEnumerableString) |
Executes a workflow transition.
| |
| Finalize | (Inherited from Object.) | |
| GetExpectedTransitionResult |
Returns an expected result of the specified transition.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsUniqueValue |
Determines whether there are no other documents with
the specified property value.
| |
| LockLWS |
Locks a local workspace copy of the document.
| |
| LockMasterDocument |
Locks the master document.
| |
| Log |
Appends a text message to the document log.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Migrate(String) |
Migrates the document to a new configurable workflow.
| |
| Migrate(String, String) |
Migrates the document to a new configurable workflow.
| |
| Migrate(String, String, String) |
Migrates the document to a new configurable workflow.
| |
| MoveTo(BCSFolder) |
Moves the document into the specified folder.
| |
| MoveTo(BCSFolder, SMoveMode) |
Moves the document into the specified folder.
| |
| OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
| ReassignManagers(IEnumerableString) |
Assigns workflow managers for the document.
| |
| ReassignManagers(IEnumerableString, String) |
Assigns workflow managers for the document.
| |
| ReassignToDoPersons(IEnumerableString) |
Assigns workflow to-do persons for the document.
| |
| ReassignToDoPersons(IEnumerableString, String) |
Assigns workflow to-do persons for the document.
| |
| ReleaseChange |
Releases a working copy (Quick Change).
| |
| Reroute(String) |
Reroutes the document in the workflow to a new state.
| |
| Reroute(String, String) |
Reroutes the document in the workflow to a new state.
| |
| Reroute(String, String, IEnumerableString) |
Reroutes the document in the workflow to a new state.
| |
| ResetPropertyValues |
Refreshes the property values (revokes any changes).
| |
| RevokeChange |
Revokes a working copy (Quick Change).
| |
| RevokeWorkflow |
Revokes the document from a workflow.
| |
| StartChange |
Starts a working copy (Quick Change).
| |
| StartWorkFlow(String) |
Initiates a workflow for the document.
| |
| StartWorkFlow(String, String) |
Initiates a workflow for the document.
| |
| StartWorkFlow(String, String, String) |
Initiates a workflow for the document.
| |
| StartWorkFlow(String, String, String, IEnumerableString, IEnumerableString) |
Initiates a workflow for the document.
| |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) | |
| UnlockLWS |
Unlocks a local workspace copy of the document.
| |
| UnlockMasterDocument |
Unlocks the master document.
|