Checks to see if the supplied Order Type is valid

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

Syntax

C#
public bool ValidateOrderType(
	string orderTypeCode
)
Visual Basic
Public Function ValidateOrderType ( _
	orderTypeCode As String _
) As Boolean
Visual C++
public:
bool ValidateOrderType(
	String^ orderTypeCode
)

Parameters

orderTypeCode
Type: System..::..String
The Order Type Code to check

Return Value

True if the supplied code is defined in this iMIS instance, false if not.

See Also