Plumtree Portal UI  
 

ITagLibManager.HasTag Method

Return true if the tag specified by the parameters exists otherwise return false. Use the method specifying the library version rather than this where possible as it is much more efficient.

Overload List

Return true if the tag specified by the parameters exists otherwise return false. Use the method specifying the library version rather than this where possible as it is much more efficient.

bool HasTag(string,string);

Return true if the tag specified by the parameters exists otherwise return false. Use this method specifying the library version rather than not where possible as it is much more efficient.

bool HasTag(string,string,double);

See Also

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