Search Results for

    Show / Hide Table of Contents

    Class SchemaImportRequest

    Request to import schemas and list items

    Inheritance
    object
    SchemaImportRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    AllowMissingDependencies

    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
    bool

    FileTransferId

    ID of the file transfer identifying the file previously uploaded.

    Declaration
    [JsonProperty("fileTransferId", Required = Required.Always)]
    [Required]
    public string FileTransferId { get; set; }
    Property Value
    string

    ImportListItems

    Import the list items belonging to the schema.

    Declaration
    [JsonProperty("importListItems", Required = Required.Always)]
    public bool ImportListItems { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

    Declaration
    public static SchemaImportRequest FromJson(string data)
    Parameters
    string data

    Returns
    SchemaImportRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX