Plumtree Portal UI  
 

TagLibraryMetaData Constructor 

This constructor takes the name, description, and version of the tag. It also converts the library name to all lower case for standards compliance.

public TagLibraryMetaData(
   string _strDisplayName,
   string _strLibraryName,
   string _strDescription,
   double _nVersion
);

Parameters

_strDisplayName
_strLibraryName
_strDescription
_nVersion

See Also

TagLibraryMetaData Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace