Returns all fields associated with the requested category
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetFields( int categoryID )
Parameters
- categoryID
- Type: SystemInt32
ID of the requested category
Return Value
Type: JsonResultJSON encoded array of DTO.CustomField objects
See Also