Uiinfrastructure API Docs  
 

UIErrorHandler.ClearErrorsForASChange Method 

Call this method to clear those errors that are associated with a specific activity space.

UIError objects can be associated with a particular activity space. When the user leaves that activity space, such errors should be cleared from the user's collection of errors.

public static void ClearErrorsForASChange(
   string sNewASName,
   ISessionManager sessionManager,
   IApplication application
);

Parameters

sNewASName
Pass the name of the activity space which the user is entering.
sessionManager
Pass the current user's ISessionManager
application
Pass the IApplication

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace