WebCenter Interaction API  
 

IPTSiteMapLink Members

IPTSiteMapLink overview

Public Instance Methods

public methodGetDescription Get description of the current link
public methodGetLinkClassID Get the link class id, which defines the type of link.
public methodGetLinkObjectID Get the object id that this link refers to.
public methodGetLinkPageID Get the page id that this link refers to. This only applies to links that refer to community pages.
public methodGetLinkURL Get URL of current link. This only applies to web links.
public methodGetName Get name of the current link
public methodGetObjectID Get object id of the current link
public methodGetParentFolderID Get the folder id of the current link's parent
public methodSetDescription Set description of the current link
public methodSetLinkClassID Set the current link's class id, which defines the type of link.
public methodSetLinkObjectID Set the object id that this link refers to.
public methodSetLinkPageID Set the page id that this link refers to. This only applies to links that refer to community pages.
public methodSetLinkURL Set URL of the current link. This only applies to web links, so it will only be saved if the current link is a web link.
public methodSetName Set name of the current link
public methodSetParentFolderID Set the parent folder id. If the link is not new, this amounts to a move.
public methodStore Store the current link to the database.

See Also

IPTSiteMapLink Interface | com.plumtree.server Namespace