C# Class Rock.Rest.Controllers.GroupsController.InfoWindowResult

Show file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
InfoWindowResult ( string result ) : System

Initializes a new instance of the InfoWindowResult class.

Method Details

InfoWindowResult() public method

Initializes a new instance of the InfoWindowResult class.
public InfoWindowResult ( string result ) : System
result string The result.
return System