C# Class WorldSurveyKit.Controllers.FeedController

Inheritance: ApiController
Datei anzeigen Open project: ntheile/World-Survey-Kit

Public Methods

Method Description
GetFeed ( int id ) : HttpResponseMessage

Gets last 20 activities in the org

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetFeed() public method

Gets last 20 activities in the org
public GetFeed ( int id ) : HttpResponseMessage
id int
return System.Net.Http.HttpResponseMessage