Gets the required information for the parallel transition of the specified document and project.
Syntax
Visual Basic (Declaration) | |
---|
Sub GetParallelTransitionInfo( _
ByVal lDocumentID As System.Integer, _
ByVal lProjectID As System.Integer, _
ByRef plReqNum As System.Integer, _
ByRef plCommitNum As System.Integer, _
ByRef pbRevoke As System.Boolean _
) |
Parameters
- lDocumentID
- Document ID
- lProjectID
- Project ID
- plReqNum
- Number of this parallel transition
- plCommitNum
- Number of committed users
- pbRevoke
- True to revoke, false to not
See Also