Uiinfrastructure API Docs  
 

AErrorModel.ClearErrorsForASChange Method 

Implement to clear those errors that need to be cleared when the user changes activity space. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

public abstract void ClearErrorsForASChange(
   string sASName,
   ISessionManager mySessionManager,
   IApplication myApplication
);

Parameters

sASName
String name of the new activity space.
mySessionManager
ISessionManager
myApplication
IApplication

See Also

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace