Gets a distinct list of states

Namespace:  QFEM_WebServices
Assembly:  QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public QuikResultWS GetStatesList(
	string StateIDList
)
Visual Basic (Declaration)
Public Function GetStatesList ( _
	StateIDList As String _
) As QuikResultWS
Visual C++
public:
QuikResultWS^ GetStatesList(
	String^ StateIDList
)

Parameters

StateIDList
Type: System..::.String
CSV list of state IDs

Return Value

A QuikResultWS object with the following information:
  • ErrorFlag
  • ErrorCode
  • Message
  • ResultData with a DataTable that contains the following columns: StateID, StateCode, StateName, SortOrder

Remarks

See Also