ApplicationWorkflow.MoveToNewStep Method¶
Moves to new step.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void MoveToNewStep(
StepIdentifier identifier,
string name
)
VB¶
Public Sub MoveToNewStep (
identifier As StepIdentifier,
name As String
)
Parameters¶
- identifier
- Type: Citrix.SDK.AppDNA.Solutions.AppV.Processing.StepIdentifier
The step identifier. - name
- Type: System.String
The step name.
See Also¶
Reference¶
ApplicationWorkflow Class
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace