Returns all immediate subregions of the requested parent region
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: JsonResultJSON encoded array of DTO.Category objects
See Also