Class SchemaImportRequest
Request to import schemas and list items
Inheritance
SchemaImportRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SchemaImportRequest
Properties
Allow creating list items that refer to list items or contents that don't exist in the system.
Declaration
[JsonProperty("allowMissingDependencies", Required = Required.Always)]
public bool AllowMissingDependencies { get; set; }
Property Value
ID of the file transfer identifying the file previously uploaded.
Declaration
[JsonProperty("fileTransferId", Required = Required.Always)]
[Required]
public string FileTransferId { get; set; }
Property Value
Import the list items belonging to the schema.
Declaration
[JsonProperty("importListItems", Required = Required.Always)]
public bool ImportListItems { get; set; }
Property Value
Methods
Declaration
public static SchemaImportRequest FromJson(string data)
Parameters
Returns