Ontolica for SharePoint Public API

OntolicaSource.Icon Property

Gets the filename of an icon that a user agent can use when displaying the source.

[Visual Basic]
Public ReadOnly Property Icon As String
[C#]
public string Icon {get;}

Property Value

A string that contains the icon filename, e.g. mysource.gif

Remarks

The user interface agent should itself know where to pick the iconfile from, i.e. the absolute path to it.

See Also

OntolicaSource Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace