Plumtree UI Infrastructure API  
 

LoginHelper.GetUserSessionID Method 

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

public string GetUserSessionID(
   object userSession
);

Parameters

userSession

Return Value

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

See Also

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