Click or drag to resize
ConfigurationSessionProvider Class
Provides SalesForce organization sessions using the Salesforce.com Connector settings.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceConfigurationSessionProvider

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class ConfigurationSessionProvider : ISessionProvider

The ConfigurationSessionProvider type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationSessionProvider
Top
Properties
  NameDescription
Public propertySiteName
Gets ot sets the name of the site to look the organization credentials up.
Top
Methods
  NameDescription
Public methodCreateSession
Creates a new SalesForce organization session, and returns it.
Top
See Also