Search Results for

    Show / Hide Table of Contents

    Class ImportTransferRequest

    Inheritance
    object
    ImportTransferRequest
    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 ImportTransferRequest

    Properties

    ContentPermissionSetIds

    An optional id list of content permission sets. Controls content accessibility outside of content ownership.

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

    LayerSchemaIds

    An optional id list of schemas with type layer.

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

    Metadata

    The metadata to be assigned to the imported content. It's a dictionary of dynamic metadata whose structure is defined in the Layer schemas identified
    by the LayerSchemaIds property.

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

    Methods

    FromJson(string)

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

    Returns
    ImportTransferRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX