Plumtree Pluggable Navigation API  
 

ASCompoundList.SetImageForLastAddedURL Method

Assigns a two part image to the entry last added to the list

Overload List

Assigns a two part image to the entry last added to the list

public virtual void SetImageForLastAddedURL(PTImageType,PTImageType,string);

Assigns an image to the entry last added to the list

public virtual void SetImageForLastAddedURL(PTImageType,string);

Not for general use Only added for converting IPTURLs to ListEntry URLs in NavigationModel. Only supports icons for Community Actions, My Page actions and Mandatory link entry types

public virtual void SetImageForLastAddedURL(string,string);

See Also

ASCompoundList Class | com.plumtree.portaluiinfrastructure.compoundlist Namespace