BPM.Client Namespace > BPMProcStep Class : RecedeBack Method |
'Declaration
Public Shared Function RecedeBack( _ ByVal cn As BPMConnection, _ ByVal fromStepId As Integer, _ ByVal toStepIds() As Integer, _ ByVal comments As String _ ) As BPMStepCollection
'Usage
Dim cn As BPMConnection Dim fromStepId As Integer Dim toStepIds() As Integer Dim comments As String Dim value As BPMStepCollection value = BPMProcStep.RecedeBack(cn, fromStepId, toStepIds, comments)
public static BPMStepCollection RecedeBack( BPMConnection cn, int fromStepId, int[] toStepIds, string comments )
public: static BPMStepCollection^ RecedeBack( BPMConnection^ cn, int fromStepId, array<int>^ toStepIds, String^ comments )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2