Uiinfrastructure API Docs  
 

UIErrorHandler.GetDisplayAdminErrors Method (AActivitySpace)

Call this method to determine whether or not the current user should see admin-only errors.

This implementation of this method will always return false. More specific subclasses of UIErrorHandler will return more meaningful values. For example, PTErrorHandler will determine if the current user is an admin users, and return a value based on this fact.

public static bool GetDisplayAdminErrors(
   AActivitySpace space
);

Parameters

space
AActivitySpace

Return Value

boolean value

See Also

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