Table of Contents

Class SurveyVarFileModel

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

Model containing the varfile

public class SurveyVarFileModel
Inheritance
SurveyVarFileModel
Inherited Members

Properties

FileContent

The content

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

Property Value

string

FileName

The suggested file name

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

Property Value

string