You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > RealTimeController Class > GetStates Method

RealTimeControllerGetStates Method

AuctionWorx 3.5 API
Returns all states in the requested country

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public JsonResult GetStates(
	int countryID
)

Parameters

countryID
Type: SystemInt32
ID of the requested country

Return Value

Type: JsonResult
JSON encoded array of DTO.State objects
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.