Name | Description | |
---|---|---|
HeaderOptions Constructor | Initializes a new instance of the HeaderOptions class. |
The following tables list the members exposed by HeaderOptions.
Name | Description | |
---|---|---|
HeaderOptions Constructor | Initializes a new instance of the HeaderOptions class. |
Name | Description | |
---|---|---|
BatchSizeKeyword | Represents the name of batch size parameter in the connection string. | |
DefaultBatchSize | Default number of number of records returned by a service at once. | |
TriggerAutoResponseEmailKeyword | Represents the name of the 'trigger auto response email' parameter in the connection string. | |
TriggerOtherEmailKeyword | Represents the name of the 'trigger other email' parameter in the connection string. | |
TriggerUserEmailKeyword | Represents the name of the 'trigger user email' parameter in the connection string. | |
UpdateMruKeyword | Represents the name of the 'update mru' parameter in the connection string. | |
UseAssignmentRulesKeyword | Represents the name of the 'use assignment rules' parameter in the connection string. |
Name | Description | |
---|---|---|
BatchSize | Gets or sets the the number of records returned by a service at once. The default value is 500; the minimum is 200, and the maximum is 2,000. | |
TriggerAutoResponseEmail | Determines whether to trigger auto-response rules or not. | |
TriggerOtherEmail | Determines whether to trigger email outside the organization or not. | |
TriggerUserEmail | Determines whether to trigger email that is sent to users in the organization or not. | |
UpdateMru | Determines whether to update the list of most recently used items or not. | |
UseAssignmentRules | Determines applying the assignment rules when creating or updating a Salesforce Account, Case, or Lead. |
Name | Description | |
---|---|---|
Clone | Creates a copy of the current HeaderOptions object. | |
Equals | ||
GetHashCode | ||
ToString | Returns a System.String that represents the current HeaderOptions. |