Click or drag to resize
ISalesForceClientProvider Interface
Provides instances of SalesForce client.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public interface ISalesForceClientProvider

The ISalesForceClientProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateClient
Creates a new instance of the SalesForce client, and returns it.
Top
See Also