Plumtree Portal UI  
 

SiteMapTreeIterator Members

SiteMapTreeIterator overview

Public Static Methods

printTree Test function.

Public Instance Constructors

SiteMapTreeIterator Constructor Constructor for SiteMapTreeIterator.

Public Instance Methods

Children 
CurrentLocInfo 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAtRoot 
GetChildCount 
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.
GetLocation 
GetStyle 
GetType (inherited from Object)Gets the Type of the current instance.
InitializeIterator 
MoveTo 
MoveToParent 
MoveToRoot 
RealInitializeIterator Use this function to initialize the Iterator. Do not use InitializeIterator, which is on IPTTreeIterator, but does not meet the needs of this class.
SetStyle 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_bInitialized Has the class been initialized.
m_nStyle Only 0 is recognized.
m_objFolder Current folder; can be NULL if we move to a folder that is inaccessible.
m_objOM Site Map Folder object manager
m_objRoot Root of the iteration.
m_objSession User's session.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SiteMapTreeIterator Class | com.plumtree.portaluiinfrastructure.tree.sitemap Namespace