Displays form and processes request to edit a set of custom properties
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult PropertyManagement( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested category of custom properties
Return Value
Type: ActionResultView(List<CustomProperty>)
See Also