| SalesForceClientGetUserInfo Method | 
            Retrieves the SalesForce user info specified by the passed sessionId.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic GetUserInfoResult GetUserInfo(
	string sessionId
)
Parameters
- sessionId
- Type: SystemString
 The session associated with the user.
Return Value
Type: 
GetUserInfoResultA SalesForce user.
 See Also
See Also