Plumtree Portal UI  
 

ITagLibManager.HasTag Method (String, String, Double)

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 _strTagName,
   string _strLibraryName,
   double _dLibraryVersion
);

Parameters

_strTagName
_strLibraryName
_dLibraryVersion
The version of the library that contains the requested tag

Return Value

true if the tag exists otherwise false.

See Also

ITagLibManager Interface | com.plumtree.portaluiinfrastructure.tags.manager Namespace | ITagLibManager.HasTag Overload List