Plumtree UI Infrastructure API  
 

UIError.SetTitle Method 

Call this method to set the title of this error.

This title will be displayed above the error description.

public virtual void SetTitle(
   string title
);

Parameters

title
String title

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace