Search Results for

    Show / Hide Table of Contents

    Class FileImportRequest

    Import request for a file from an ingest container.

    Inheritance
    System.Object
    FileImportRequest
    FileImportWithFileNameOverrideRequest
    ImportAllFromContainerRequest
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class FileImportRequest

    Properties

    ContentPermissionSetIds

    Permission set IDs to assign to content.

    Declaration
    public ICollection<string> ContentPermissionSetIds { get; set; }
    Property Value
    System.Collections.Generic.ICollection<System.String>

    DisplayContentId

    Display content to assign to content.

    Declaration
    public string DisplayContentId { get; set; }
    Property Value
    System.String

    LayerSchemaIds

    Layer Schemas to assign to content.

    Declaration
    public ICollection<string> LayerSchemaIds { get; set; }
    Property Value
    System.Collections.Generic.ICollection<System.String>

    Metadata

    Metadata to assign to content.

    Declaration
    public object Metadata { get; set; }
    Property Value
    System.Object

    Methods

    FromJson(String)

    Declaration
    public static FileImportRequest FromJson(string data)
    Parameters
    System.String data

    Returns
    FileImportRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX