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

RealTimeControllerGetChildRegions Method

AuctionWorx 3.5 API
Returns all immediate subregions of the requested parent region

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

Syntax

C#
public JsonResult GetChildRegions(
	int parentRegionID
)

Parameters

parentRegionID
Type: SystemInt32
ID of the requested parent region

Return Value

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

Reference

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