Plumtree Portal UI  
 

TagDisplayElement.SetErrorMessage Method 

This method sets an error to be displayed in an HTML Comment before the tag. This is used in case there is a problem parsing the tag HTML (i.e. an unclosed tag).

public virtual void SetErrorMessage(
   string _strError
);

Parameters

_strError
The error message to be displayed. This does not need to have the HTML comment marks (i.e. ).

See Also

TagDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace