Uiinfrastructure API Docs  
 

UIErrorHandler.GetDisplayAdminErrors Method

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.

Overload List

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);

Call this method to obtain a boolean value indicating whether or not the current user should see errors intended for administrators.

public static bool GetDisplayAdminErrors(object);

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace