Plumtree Portal UI  
 

ITagLibManager.GetTag Method (String, String)

Create the requested Tag. (Avoid this method where the library version is not specified where possible as it is less efficient.) This method should not be called by developers. It is only for the Tag Framework.

ATag GetTag(
   string _strTagName,
   string _strLibraryName
);

Parameters

_strTagName
_strLibraryName

Return Value

ATag The requested tag, null on failure

See Also

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