IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

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.

NOTE: This method has a corresponding asynchronous version (ParseFileAsync) for use in the WinRT environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0