ParseFile Method
Loads a JSON file into the component.
Syntax
[VB.NET] Public Sub ParseFile(ByVal FileName As String)
[C#] public void ParseFile(string fileName);
Remarks
This method loads a JSON file and attempts to parse it, filling in the properties as it goes. The feed properties can be accessed either directly through the named properties or events.