Sets the Stage on the COrder. Only available to derived classes.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
protected void SetOrderStage(
	string stageCode
)
Visual Basic
Protected Sub SetOrderStage ( _
	stageCode As String _
)
Visual C++
protected:
void SetOrderStage(
	String^ stageCode
)

Parameters

stageCode
Type: System..::..String
The string representing the new stage for the COrder.

See Also