Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Children Property

Show in webframe
Gets a list of the child bookmarks.
Syntax
get_children();
set_children(value);
Object.defineProperty('children');

Property Value

TypeDescription
DocumentBookmarkA list of the child bookmarks. Default value is an empty list.
Remarks

The document bookmarks should be constructed as a tree with each item having its children underneeth.

See Also

Reference

DocumentBookmark Object
DocumentBookmark Members

Error processing SSI file