Click or drag to resize
SalesForceClientOptions Class
SalesForce client commnad options.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceSalesForceClientOptions

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

The SalesForceClientOptions type exposes the following members.

Constructors
  NameDescription
Public methodSalesForceClientOptions
Top
Properties
  NameDescription
Public propertyAttributeTruncationEnabled
Gets or sets the value indicating whether the string values could be truncated.
Public propertyBatchSize
Gets or sets the maximum number of entities returned from one query command.
Public propertyClientName
Gets or sets the string that identifies a client.
Public propertyCultureName
Gets or sets the language name of the labels returned.
Public propertyDefaultNamespace
Gets or sets the string that identifies a developer namespace prefix.
Public propertyFeedTrackingEnabled
Gets or sets the value indicating whether the changes will be tracked in feeds.
Public propertyIncludeDeleted
Gets or sets the value indicating whether the SOQL query will include deleted entities.
Public propertyMruUpdateEnabled
Gets or sets the value indicating whether the list of most recently used items will be updated.
Public propertyTransactionEnabled
Gets or sets the value indicating whether the command operations will run in a transaction.
Top
See Also