Plumtree Portal UI  
 

ITagLibManager.GetTag Method (String, String, Double)

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

Parameters

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

Return Value

ATag The requested tag, null on failure

See Also

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