Uiinfrastructure API Docs  
 

LoginHelper.GetUserSessionName Method 

This method gets the user Name from the supplied user session object.

public string GetUserSessionName(
   object userSession
);

Parameters

userSession

Return Value

String the user name (return "" instead of null if necessary)

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace | ILoginHelper#GetUserSessionName