deletes the specified media
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult DeleteMedia( string guid )
Parameters
- guid
- Type: SystemString
guid of the specified media
Return Value
Type: JsonResultJsonResult with details about the success or failure of this request
See Also