C# Class CloudMovie.APIRole.API.TrailerController

Summary: This API returns all the trailers found for specified movie. throw : ArgumentException Return : If trailers are found, JSON string contains list of trailers for the movie. This excludes any other movie information. Otherwise, empty string
Inheritance: BaseController
Show file Open project: viren85/moviemirchi

Protected Methods

Method Description
ProcessRequest ( ) : string

Method Details

ProcessRequest() protected method

protected ProcessRequest ( ) : string
return string