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.
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);
LegacyTagMetaData Class | com.plumtree.portaluiinfrastructure.tags.metadata.legacy Namespace