The DNCSourceConfiguration type exposes the following members.

Methods

  NameDescription
Public methodCancelEdit (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodCommit (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodCommitAsync (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodDelete (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodDeleteAsync (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDNCCampaignsAsync
Asynchronously retrieves a list of campaigns from DNC.Com
Public methodGetDNCdotCOMCampaigns
Gets a list of campaigns from DNC.Com
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidators (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodGetValidatorsAsync (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareForEdit (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodSetConfigurationId (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodSetDisplayName (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public methodToString (Inherited from ConfigurationObject.)

Properties

  NameDescription
Public propertyAccountCode
The account code provided by DNC.com
Public propertyChanged (Inherited from EditableListConfigurationObject<(Of <(<'DNCSourceConfiguration..::..Property>)>)>.)
Public propertyColumnName
The name of the column in the custom database table containing do-not-call numbers. Used only in custom DNC sources.
Public propertyConfigurationId (Inherited from ListConfigurationObject.)
Public propertyConnectionId
The ID of the Dialer database connection containing the do-not-call table. Used only in custom DNC sources.
Public propertyDialUnscrubbed
When using DNC.com for scrubbing, this specifices whether to continue dialing even if scrubbing is unable to complete.
Public propertyDNCCampaignId
The ID of the DNC.com campaign to use for scrubbing numbers.
Public propertyDNCCampaignName
The name of the DNC.com campaign to use for scrubbing numbers.
Public propertyExclusionIdColumnName
The name of the column in the custom database table containing an exclusion id that relates to do-not-call numbers. Used only in custom DNC sources.
Public propertyExpirationColumnName
The name of the column in the custom database table containing do-not-call expiration. Used only in custom DNC sources.
Public propertyIsDefaultObject
Indicates whether this is the default instance of this object type.
Public propertyIsExporting
Tells whether the current object is being used for exporting
Public propertyIsNewObject (Inherited from ConfigurationObject.)
Public propertyLoginId
The login ID provided by DNC.com
Public propertyMarkWirelessAsUncallable
When using DNC.com for scrubbing, this specifies whether to block calls to wireless numbers.
Public propertyOriginalConfigurationId (Inherited from ListConfigurationObject.)
Public propertyProjectId
The ID of the DNC.com project to pull scrub settings from.
Public propertyRevisionLevel
The current version number of this object.
Public propertySourceType
The type of DNC source type. Use 0 for DNC.com and 1 for custom DNC source.
Public propertyTableName
The name of the database table containing do-not-call numbers. Used only by custom DNC sources.
Public propertyUseDialPlan
Specifies whether to run phone numbers through the dial plan before scrubbing.
Public propertyUseSecureServer
Specifies whether to use HTTPS in the url for the DNC Source.

See Also