Uiinfrastructure API Docs  
 

UIErrorHandler.ClearError Method (String, ISessionManager, IApplication)

Call this method to clear the specified error from the current user's collection of UIError objects.

This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.

public static void ClearError(
   string sKey,
   ISessionManager sessionManager,
   IApplication application
);

Parameters

sKey
Pass the key used to store the error you wish to clear.
sessionManager
Pass the current user's ISessionManager
application
Pass the IApplication

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace | UIErrorHandler.ClearError Overload List