Plumtree Portal UI  
 

LegacyTagMetaData Constructor (String, String)

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 _strName,
   string _strDescription
);

Parameters

_strName
_strDescription

See Also

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