Plumtree UI Infrastructure API  
 

ILoginHelper.GetIsGuestUser Method 

This method returns whether or not the user is a guest user.

bool GetIsGuestUser(
   object userSession
);

Parameters

userSession

Return Value

boolean true implies the user is a guest user.

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace