- Description
- provides read access to a fragment of the hierarchy data.
A hierarchy data source provides access to a tree of hierarchy data
nodes. Each hierarchy data node, except the root node, has a parent that
is a hierarchy data node too. A hierarchy data node has a name.
Each hierarchy data node has three data members:
- "Title", which is of type
string . It contains a title
for the node. This value must not be empty.
- "TargetURL", which is of type
string It may contain
any URL, which will be treated as the target of a hierarchy link.
- "Children", which is of type HierarchyDataReadAccess or
of type HierarchyDataReadWriteAccess
, depending on the
type of the node. This member provides access to the children of a node.
|