| Visual Basic | |
|---|---|
Function CreateTreeForRevoke( _ ByVal bsTransition As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool CreateTreeForRevoke( System.string bsTransition ) | |
| C++/CLI | |
|---|---|
System.bool CreateTreeForRevoke( & System.String^ bsTransition ) | |
Parameters
- bsTransition
- Name of the workflow state transition to revoke
Return Value
True if there are any valid files on which to revoke transitions, false if there are no valid filesSee the IEdmBatchChangeState2 examples.
To include parent files in the file reference tree, call IEdmBatchChangeState5::IncludeParentsForRevokeTree.
After calling this method, call IEdmBatchChangeState::ShowDlg and/or IEdmBatchChangeState::ChangeState.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2013