Click or drag to resize

TaskProperties Interface

Properties specific to Task objects.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface TaskProperties

The TaskProperties type exposes the following members.

Properties
  NameDescription
Public propertyEAPOfflineExport_DocStorageService
The document storage service to use.
Public propertyEAPOfflineExport_EmailLookupSQL
The SQL statement to use to look up email recipients for offline exports.
Public propertyEAPOfflineExport_EmailMaxAttachmentSize
The maximum export file to include in any offline export email.
Public propertyEAPOfflineExport_EmailService
The email service to use for offline export emails.
Public propertyEAPOfflineExport_EmailTemplateWithAttachment
The email template to use when an export Excel document is attached.
Public propertyEAPOfflineExport_EmailTemplateWithoutAttachment
The email template to use when an export Excel document cannot be included due, for example, to excessive document size.
Public propertyEAPOfflineExport_ExportFileFolder
For offline export emails, the folder to which to export.
Public propertyEAPOfflineExport_ExportHistoryPage
The page used to expose a user's offline exported files.
Public propertyEAPOfflineExport_IsLegacyFeatures
Determines whether or not the Scheduled task should look at the Excel feature list, or the DataExport feature list for determining Export type.
Public propertyEAPOfflineExport_MaxExportThreads
The maximum number of threads to use for handling offline Excel exports.
Public propertyEAPOfflineExport_RelatedDocDescription
The document description to use for the RelatedDocDescriptionField value.
Public propertyEAPOfflineExport_RelatedDocDescriptionField
The field in the RelatedDocMapper holding the export description.
Public propertyEAPOfflineExport_RelatedDocDocIDField
The field in the RelatedDocMapper holding the document ID.
Public propertyEAPOfflineExport_RelatedDocFileNameField
The field in the RelatedDocMapper holding the export filename.
Public propertyEAPOfflineExport_RelatedDocMapper
The mapper to use when logging the export file.
Public propertyEAPOfflineExport_RelatedDocRelatedIDField
The field in the RelatedDocMapper holding the export related ID.
Public propertyEAPOfflineExport_RelatedDocType
The document type to use for the RelatedDocTypeField value.
Public propertyEAPOfflineExport_RelatedDocTypeField
The field in the RelatedDocMapper holding the export document type.
Public propertyEAPOfflineImport_EmailLookupSQL
The SQL statement to use to look up email recipients for offline imports.
Public propertyEAPOfflineImport_EmailService
The SQL statement to use to look up email recipients for offline imports.
Public propertyEAPOfflineImport_EmailTemplate
The email template to use when an export Excel import notification email is sent..
Public propertyEAPOfflineImport_ImportFileFolder
Temp folder (relative to %NQROOT% folder) to cache uploaded spreadsheet files for offline import.
Public propertyEAPOfflineImport_ImportHistoryDetailPage
The application's page (MOP) for displaying an import history record detail.
Public propertyEAPOfflineImport_ImportHistoryPage
The page used to expose a user's offline import history and status.
Public propertyEAPOfflineImport_MaxImportThreads
The maximum number of threads to use for handling offline Excel imports.
Public propertyEmailBounceReader_GlobalManagerService
Service to use as a source for global unsubscribe list. (Applies to SendGrid only)
Public propertyEmailBounceReader_ManagerService
The manager service to use to add unsubscribes.
Public propertyEmailBounceReader_SubuserServices
Semi-colon separated list of service names to synchronize unsubscribe lists.
Public propertyMachineName
The name of the machine where this task should run. If this value is not set the task runs on all machines.
Public propertyPop3Monitor_ServiceNames
A semi-colon delimited list of service names that should be processed by this task.
Public propertyRequestLogMonitor_EmailCC
The email CC address(es) for RequestLogMonitor alerts.
Public propertyRequestLogMonitor_EmailTo
The destination email address(es) for RequestLogMonitor alerts.
Public propertyRequestLogMonitor_Filter
A filter to apply to the xot_request_log query.
Public propertyRequestLogMonitor_SendEmailFlags
Specify the NetQuarry.Services.SendEmailFlags when sending the notification email. Typically you would use this to control whether we ignore checking the No Send List. See SendEmailFlags
Public propertyRunDays
The days of the week that the scheduled task should execute. See ScheduledHandlerRunDays
Public propertyS3DocumentUploadTask_DeleteFilter
The filter to use to select document records to cleanup. This filter will be applied to the Mapper object on the associated DocStorage Service
Public propertyS3DocumentUploadTask_DeleteSort
The sort (if any) to be applied to the Mapper object on the associated DocStorage Service. Used to prioritize which documents are cleaned up first.
Public propertyS3DocumentUploadTask_DeleteTopN
The number of document records to select during a delete task. The default value is 3000.
Public propertyS3DocumentUploadTask_ServiceNames
A semi-colon delimited list of service names that should be processed by this task.
Top
Remarks
Note Note
This interface is declared for documentation purposes only and is not intended to be used from code.
See Also