dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / HeaderOptions Class
Fields Properties Methods

In This Topic
    HeaderOptions Class Members
    In This Topic

    The following tables list the members exposed by HeaderOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the HeaderOptions class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the name of batch size parameter in the connection string.  
    Public FieldDefault number of number of records returned by a service at once.  
    Public Fieldstatic (Shared in Visual Basic)Represents the name of the 'trigger auto response email' parameter in the connection string.  
    Public Fieldstatic (Shared in Visual Basic)Represents the name of the 'trigger other email' parameter in the connection string.  
    Public Fieldstatic (Shared in Visual Basic)Represents the name of the 'trigger user email' parameter in the connection string.  
    Public Fieldstatic (Shared in Visual Basic)Represents the name of the 'update mru' parameter in the connection string.  
    Public Fieldstatic (Shared in Visual Basic)Represents the name of the 'use assignment rules' parameter in the connection string.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyDetermines whether to trigger auto-response rules or not.  
    Public PropertyDetermines whether to trigger email outside the organization or not.  
    Public PropertyDetermines whether to trigger email that is sent to users in the organization or not.  
    Public PropertyDetermines whether to update the list of most recently used items or not.  
    Public PropertyDetermines applying the assignment rules when creating or updating a Salesforce Account, Case, or Lead.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a copy of the current HeaderOptions object.  
    Public Method  
    Public Method  
    Public MethodReturns a System.String that represents the current HeaderOptions.  
    Top
    See Also