UserFlowStartBlockElse Method

Begins an else section of the block. This section will only be executed if the previous StartBlock(FuncBoolean, FlowMode, Direction)'s or StartBlockElse(FuncBoolean)'s condition returned false.

Definition

Namespace: Firefly.Box.Flow
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void StartBlockElse()

See Also