Session Class |
Namespace: CMS.SalesForce
public sealed class Session
The Session type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessToken |
Gets the OAuth access token.
|
![]() | OrganizationBaseUrl |
Gets the address of the server hosting the SalesForce organization.
|
![]() | OrganizationId |
Gets the SalesForce organization unique identifier.
|
![]() | PartnerEndpointUrlFormat |
Gets the format of the Partner API endpoint address.
|
![]() | UserId |
Gets the login of the SalesForce user who authorized this session.
|
![]() | UserLanguageName |
Gets the language name of the SalesForce user who authorized this session.
|
![]() | UserLocaleName |
Gets the locale name of the SalesForce user who authorized this session.
|
![]() | UserName |
Gets the name of the SalesForce user who authorized this session.
|