Uiinfrastructure API Docs  
 

UIError.SetDisplayOnSeparatePage Method 

Call this method to toggle whether or not the error message for this UIError object should be displayed on a separate ui page.

Pass false to have this error displayed on the main portal or editor page. Pass true to have this error displayed on a separate page.

public virtual void SetDisplayOnSeparatePage(
   bool b
);

Parameters

b
boolean value.

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace