Uiinfrastructure API Docs  
 

UIError.SetActivitySpace Method 

Call this method to associate this error with an activity space. This error will only be seen by the user when the user is on the specified activity space.

Note that it does not make sense to associate this error with an activity space if this error gets its own display page, because the error display page is its own activity space.

public virtual void SetActivitySpace(
   string sName
);

Parameters

sName
Pass the String name of the activity space.

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace