Search Results for

    Show / Hide Table of Contents

    Class FileImportRequest

    Import request for a file from an ingest container.

    Inheritance
    object
    FileImportRequest
    FileImportWithFileNameOverrideRequest
    ImportAllFromContainerRequest
    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 FileImportRequest

    Properties

    ContentPermissionSetIds

    Permission set IDs to assign to content.

    Declaration
    [JsonProperty("contentPermissionSetIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> ContentPermissionSetIds { get; set; }
    Property Value
    ICollection<string>

    DisplayContentId

    Display content to assign to content.

    Declaration
    [JsonProperty("displayContentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string DisplayContentId { get; set; }
    Property Value
    string

    LayerSchemaIds

    Layer Schemas to assign to content.

    Declaration
    [JsonProperty("layerSchemaIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> LayerSchemaIds { get; set; }
    Property Value
    ICollection<string>

    Metadata

    Metadata to assign to content.

    Declaration
    [JsonProperty("metadata", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public object Metadata { get; set; }
    Property Value
    object

    Methods

    FromJson(string)

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

    Returns
    FileImportRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX