Aqualogic Interaction API  
 

PT_TREE_ITERATOR_CHILD_INFO Members

PT_TREE_ITERATOR_CHILD_INFO overview

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

Public Instance Constructors

PT_TREE_ITERATOR_CHILD_INFO Constructor Initializes a new instance of the PT_TREE_ITERATOR_CHILD_INFO class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

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