Plumtree Tags API  
 

TagMetaData Constructor (String, String)

This constructor takes the name and description of the tag. It also converts the name to all lower case for standards compliance.

public TagMetaData(
   string _strName,
   string _strDescription
);

Parameters

_strName
_strDescription

See Also

TagMetaData Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace | TagMetaData Constructor Overload List