The BCSDocument type exposes the following members.
Back to Top
Methods
| 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.) | |
| (Inherited from | ||
| ExecTransition(String) |
Executes a workflow transition.
| |
| ExecTransition(String, String) |
Executes a workflow transition.
| |
| ExecTransition(String, String, IEnumerable String ) |
Executes a workflow transition.
| |
Allows an (Inherited from | ||
| GetExpectedTransitionResult |
Returns an expected result of the specified transition.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| 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.
| |
Creates a shallow copy of the current (Inherited from | ||
| 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(IEnumerable String ) |
Assigns workflow managers for the document.
| |
| ReassignManagers(IEnumerable String , String) |
Assigns workflow managers for the document.
| |
| ReassignToDoPersons(IEnumerable String ) |
Assigns workflow to-do persons for the document.
| |
| ReassignToDoPersons(IEnumerable String , 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, IEnumerable String ) |
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, IEnumerable String , IEnumerable String ) |
Initiates a workflow for the document.
| |
| ThrowIfDisposed |
Throws the (Inherited from DisposableObject.) | |
| (Inherited from | ||
| UnlockLWS |
Unlocks a local workspace copy of the document.
| |
| UnlockMasterDocument |
Unlocks the master document.
|
See Also