Plumtree Tags API  
 

TagMetaData Constructor (String, String, String)

This constructor takes the name, description, and example text for this tag. It also converts the name to all lower case for standards compliance.

Note that example text containing HTML must enclose it in an xml CDATA tag:
"example blah <![CDATA[<mylib:mytag attr1=\"foo\">]]> example"
public TagMetaData(
   string _strName,
   string _strDescription,
   string _strExample
);

Parameters

_strName
_strDescription
_strExample

See Also

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