Table of Contents

Class SurveyFromBlueprintModel

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

The model used to create a new survey from a blueprint survey

public class SurveyFromBlueprintModel
Inheritance
SurveyFromBlueprintModel
Inherited Members

Properties

BlueprintSurveyId

The id for the blueprint survey

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

Property Value

string

EnableRespondentsGateway

Indication that this survey sample can be managed by the Respondents Gateway

[JsonProperty("EnableRespondentsGateway", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool EnableRespondentsGateway { get; set; }

Property Value

bool

SurveyName

The name for the new survey

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

Property Value

string