Aqualogic Interaction API  
 

PT_TREE_ITERATOR_CHILD_INFO Fields

The fields of the PT_TREE_ITERATOR_CHILD_INFO class are listed below. For a complete list of PT_TREE_ITERATOR_CHILD_INFO class members, see the PT_TREE_ITERATOR_CHILD_INFO Members topic.

Public Static Fields

PT_TREE_ITERATOR_CHILD_INFO_ADDL Additional, application specific information about the item
PT_TREE_ITERATOR_CHILD_INFO_BROWSEABLE_URL An URL that can be used to browse to the item, or the blank string if not applicable
PT_TREE_ITERATOR_CHILD_INFO_CHILDCOUNT The number of children of this item, or -1 if not known
PT_TREE_ITERATOR_CHILD_INFO_DESC A description of this item
PT_TREE_ITERATOR_CHILD_INFO_IDENTIFIER The unique string identifier for this item, can be passed into IPTTreeIterator.MoveTo
PT_TREE_ITERATOR_CHILD_INFO_IMAGE_UUID An image UUID that specifies the image that should be used to represent this item when it is closed
PT_TREE_ITERATOR_CHILD_INFO_INVALID The highest column index is one less than this value
PT_TREE_ITERATOR_CHILD_INFO_NAME The name of this item
PT_TREE_ITERATOR_CHILD_INFO_OPEN_IMAGE_UUID An image UUID that specifies the image that should be used to represent this item when it is open
PT_TREE_ITERATOR_CHILD_INFO_TYPE The type of this item, which is a BITMASK of PT_TREE_ITERATOR_CHILD_TYPES values

See Also

PT_TREE_ITERATOR_CHILD_INFO Class | com.plumtree.server.treeiterator Namespace | IPTTreeIterator