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.
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);
ITagLibManager Interface | com.plumtree.portaluiinfrastructure.tags.manager Namespace