|  | Plumtree Portal UI | |
| RequiredTagAttribute Constructor (String, String) |
Creates a new required tag attribute of type String.
If a required attribute is missing from a tag, the tag will fail.
public RequiredTagAttribute(
string _strName,
string _strDescription);
Parameters
- _strName
- The attribute name
- _strDescription
- The attribute description
See Also
RequiredTagAttribute Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace | RequiredTagAttribute Constructor Overload List