Plumtree Portal UI  
 

SSOLoginInfo.SetPrefixAndName Method 

Sets the username in the form "prefix\\username". If the prefix of the user is unavailable, sPrefixAndName should contain only the username without a "\\"; in this case the default prefix from x_config.xml will be added.

public virtual void SetPrefixAndName(
   string sName
);

Parameters

sName
the username in the form "prefix\\username"

See Also

SSOLoginInfo Class | com.plumtree.portaluiinfrastructure.sso Namespace