CListURLTemplateLinkMediator overview
![]() |
Constructor for CListURLTemplateLinkMediator. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | |
![]() | Late added method, get the untruncated label of the current entry. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Creates a string containing the image source for the assigned image |
![]() | |
![]() | Late added method, get the untruncated label of the current entry (non encoded). |
![]() | Gets the Type of the current instance. |
![]() | Checks if an entry has image assigned. |
![]() | |
![]() | |
![]() | |
![]() | Returns a String that represents the current Object. |
![]() |
![]() | Creates a Template URL for Community pages |
![]() | Create a Template URL for Directory pages |
![]() | Creates a Template URL for document pages |
![]() | Create a Template URL for editor pages |
![]() | |
![]() | Creates a full url with associated label and image if one |
![]() | Creates a generic Plumtree Portal 50 URL |
![]() | Creates a Template URL for mypages |
![]() | Creates a Template URL for users preferences |
![]() | Creates a Template URL for Community Knowledge Directory Root |
![]() | Creates an array with just a label without url but possible image |
![]() | Creates a Template URL for user profile pages |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a string containing the html for the assigned images |
![]() | Creates a shallow copy of the current Object. |
![]() | Get the image string for the specified entry |
CListURLTemplateLinkMediator Class | com.plumtree.portalpages.common.mediator Namespace | Example use: ICPListIterator mediator = new CListURLTemplateLinkMediator(m_asOwner, cpList1); mediator.SetLabelMaxLength(50); //set the maximum label length to 50 characters while (mediator.Next()) { HTMLAnchor anchor = (HTMLAnchor) mediator.GetEntry(); ... }