Processes request to delete custom CMS content
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteUserContent( string name )
Parameters
- name
- Type: SystemString
the name of the content to be added
Return Value
Type: ActionResultredirects to /Admin/ContentManagement
See Also