Search Results for

    Show / Hide Table of Contents

    Class MetadataStatusEntries

    SchemaIDs for which metadata items need to be touched.

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

    Properties

    ContentOrLayerSchemaIds

    The schema ids (of type Content or Layer) that need to be updated.

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

    ListSchemaIds

    The schema ids (of type List) that need to be updated.

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

    Methods

    FromJson(string)

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

    Returns
    MetadataStatusEntries

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX