Plumtree Portal UI  
 

LegacyTagMetaData Constructor

This constructor takes the name and description 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.

Overload List

This constructor takes the name and description 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,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,string,string);

See Also

LegacyTagMetaData Class | com.plumtree.portaluiinfrastructure.tags.metadata.legacy Namespace