HierarchyData LoadFromCsvFile Method Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Loads data from a CSV (Comma Separated Values) file / flat file. See LoadFromCsvContent() for the desired CSV format and remarks.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public string LoadFromCsvFile(
	string FilePath,
	string CommaString
)
public String LoadFromCsvFile(
	String FilePath,
	String CommaString
)

Parameters

FilePath
Type: OnlineSystem String
Filename including the path of the file, that has valid CSV content.
CommaString
Type: OnlineSystem String
The string or character that has to be treated as a comma (,) within the text.

Return Value

Returns blank if succeeded, error message otherwise.
See Also