Plumtree Portal UI  
 

ITagLibManager.HasTag Method (String, String)

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

Parameters

_strTagName
_strLibraryName

Return Value

true if the tag exists otherwise false.

See Also

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