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

Folder path (relative or absolute) of where the photo files are there in the system. Required, if you set PhotoSpecification as ByFileName and photo files are not in the application's root folder.

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

public string PhotoPath { get; set; }
/** @property */
public String get_PhotoPath()
/** @property */
public void set_PhotoPath(String value)

Field Value

System.String
Remarks

See also PhotoSpecification. If you havn't specify the PhotoPath, then you have to specify the path (relative or absolute) together with each filename specified in the XML/table/array format (see HierarchyData for the data format).
You can omit the path, if the files are at the same folder as the application's root folder.
See Also