Click or drag to resize

Feedback Class

This is the main container storing information about the types of feedback to sent back from the job.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsFeedback

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Feedback

The Feedback type exposes the following members.

Constructors
 NameDescription
Public methodFeedback Initializes a new Feedback object.
Top
Properties
 NameDescription
Public propertyCompressReportForUpload If true, the report will be zipped before the upload.
Public propertyCompressResultsForUpload If true, the results will be zipped before the upload.
Public propertyContactInformationReport The contact information used to process a generated report
Public propertyContactInformationResults The contact information used to process the result file.
Public propertyMailReport Defines if a report should be mailed.
Public propertyMailResults Defines if the results should be mailed
Public propertyUploadReport Defines if a report should be uploaded
Public propertyUploadResults Defines if the results should be uploaded
Top
See Also