Plumtree Portal UI  
 

TagHelper.InternalGetAttributeFromName Method (String, Int32)

This helper method gets an attribute from a String object rather than an attribute object.

protected virtual string InternalGetAttributeFromName(
   string _strAttribute,
   int _nXMLAttributeType
);

Parameters

_strAttribute
The name of the attribute to retrieve.
_nXMLAttributeType
The attribute type.

Return Value

The value of the attribute.

See Also

TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace | TagHelper.InternalGetAttributeFromName Overload List