Plumtree Portal UI  
 

ITagLibManager.GetTag Method

Create the requested Tag. (Avoid this method where the library version is not specified where possible as it is less efficient.) This method should not be called by developers. It is only for the Tag Framework.

Overload List

Create the requested Tag. (Avoid this method where the library version is not specified where possible as it is less efficient.) This method should not be called by developers. It is only for the Tag Framework.

ATag GetTag(string,string);

Create the requested Tag. (Use this method where the library version is specified where possible as it is more efficient.) This method should not be called by developers. It is only for the Tag Framework.

ATag GetTag(string,string,double);

See Also

ITagLibManager Interface | com.plumtree.portaluiinfrastructure.tags.manager Namespace