Gets a media file
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public FileContentResult Get( string id )
Parameters
- id
- Type: SystemString
the guid or id of the Media to get
Return Value
Type: FileContentResultA media File
See Also