Uiinfrastructure API Docs  
 

UIError.SetClearWithActivitySpaceChange Method 

Call this method to toggle whether or not this error should be cleared from memory when the user changes activity spaces. This clearing will only take affect if you also call the SetActivitySpace( String ) method to tie this error to an activity space.

public virtual void SetClearWithActivitySpaceChange(
   bool b
);

Parameters

b
boolean value

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace