Help > Web Development > Object Reference > Object Reference > ISYSConceptNode
<a name="kanchor284"></a>ISYSConceptNode Object
The ISYSConceptNode gives you access to the ISYS Concept Tree functionality. It presents you with a read-only view of a Concept Tree file (ISYS.SCT).
ISYSConceptNode Methods
FindNodeReturns a node with the given name if one exists (or null if not).
PerformFindExecute the query associated with this node against the given index.
ISYSConceptNode Properties
DescriptionReturns a string description that can be used when rendering the Concept Tree. Read-Only.
FilterThe filter that is to be applied to the result list returned once the query has be executed. Read-Only.
ItemAllows random access to individual child nodes. Read-Only.
LengthIndicates the number of child nodes in this node. Read-Only.
NameReturns the name of the Concept Tree node. Read-Only.
ParentReturns the parent node. Read-Only.
PathReturns a fully qualified path to the concept node.
QueryReturns the ISYS query that this node is associated with, or an empty string if no query is present. Read-Only.
Remarks
You can create and modify a concept tree using ISYS utilities. If you wish to programmatically create a concept tree, you will need to write the concept tree file manually.
See Also
Example