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

RealTimeControllerGetFields Method

AuctionWorx 3.5 API
Returns all fields associated with the requested category

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: JsonResult
JSON encoded array of DTO.CustomField objects
See Also

Reference

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