Table of Contents

Class SurveyMoveModel

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

Model for moving a survey to another group

public class SurveyMoveModel
Inheritance
SurveyMoveModel
Inherited Members

Properties

SurveyGroupId

New Survey Group for the survey

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

Property Value

int