Class FileImportRequest
Import request for a file from an ingest container.
Inheritance
FileImportRequest
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
Permission set IDs to assign to content.
Declaration
[JsonProperty("contentPermissionSetIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> ContentPermissionSetIds { get; set; }
Property Value
Display content to assign to content.
Declaration
[JsonProperty("displayContentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DisplayContentId { get; set; }
Property Value
Layer Schemas to assign to content.
Declaration
[JsonProperty("layerSchemaIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> LayerSchemaIds { get; set; }
Property Value
Methods
Declaration
public static FileImportRequest FromJson(string data)
Parameters
Returns