Search Results for

    Show / Hide Table of Contents

    Class CheckContentSchemaIdChangeRequest

    Request to check if given changes to ContentSchemaId are possible without data loss
    due to restrictions (LayerSchemaIds) on assigned metadata

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

    Properties

    Requests

    Operations which should be checked

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

    Methods

    FromJson(string)

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

    Returns
    CheckContentSchemaIdChangeRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX