Processes request to associate the specified custom listing field and
the specified listing categories
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AssignField( int CustomFieldID, string[] Categories )
Parameters
- CustomFieldID
- Type: SystemInt32
ID of the requested custom listing field - Categories
- Type: SystemString
List of ID's of the requested categories
Return Value
Type: ActionResultRedirect to /Admin/EditField view
See Also