Plumtree Portal UI  
 

LegacyTagMetaData Constructor (String, String, String)

This constructor takes the name, description, and example text of the tag. It does not convert the name to all lower case for standards compliance, and is therefore suitable only for legacy Plumtree Transformer Tags.

public LegacyTagMetaData(
   string _strName,
   string _strDescription,
   string _strExample
);

Parameters

_strName
_strDescription
_strExample

See Also

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