Table of Contents

Class SurveyPublishBackgroundActivity

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

DTO for returning the content of an activity representing publish survey

public class SurveyPublishBackgroundActivity
Inheritance
SurveyPublishBackgroundActivity
Inherited Members

Properties

FailureReason

the reason the activity failed (or null if it succeeded)

[JsonProperty("FailureReason", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FailureReason { get; set; }

Property Value

string

SurveyId

The id of the survey the sample belongs to

[JsonProperty("SurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyId { get; set; }

Property Value

string

SurveyPackageType

Package type, Live / Test

[JsonProperty("SurveyPackageType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyPackageType? SurveyPackageType { get; set; }

Property Value

SurveyPackageType?

UpgradeToLatestPackage

force to upgrade when true

[JsonProperty("UpgradeToLatestPackage", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? UpgradeToLatestPackage { get; set; }

Property Value

bool?