Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public JsonData getJsonData(
	string key
)
Visual Basic
Public Function getJsonData ( _
	key As String _
) As JsonData
Visual C++
public:
JsonData^ getJsonData(
	String^ key
)

Parameters

key
Type: System..::..String

See Also