Uiinfrastructure API Docs  
 

LoginHandlers.GetIsGuestRedirectToLoginEnabled Method

This method is used to determine if the guest user should be redirected to their default page or to the login page if a space is not specified.

Overload List

This method is used to determine if the guest user should be redirected to their default page or to the login page if a space is not specified.

public static bool GetIsGuestRedirectToLoginEnabled(RequestData);

This method is used to determine if the guest user should be redirected to their default page or to the login page if a space is not specified.

public static bool GetIsGuestRedirectToLoginEnabled(IApplication,ISessionManager);

See Also

LoginHandlers Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace