Search Results for

    Show / Hide Table of Contents

    Class MetadataProtection

    Metadata protection options

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

    Properties

    PreventCreate

    Prevent creation of items in ContentSchemas/Lists or assignments of Layers.

    Declaration
    [JsonProperty("preventCreate", Required = Required.Always)]
    public bool PreventCreate { get; set; }
    Property Value
    bool

    PreventDelete

    Prevent deletion of items in ContentSchemas/Lists or unassignments of Layers.

    Declaration
    [JsonProperty("preventDelete", Required = Required.Always)]
    public bool PreventDelete { get; set; }
    Property Value
    bool

    PreventUpdate

    Prevent updating metadata associated with schema.

    Declaration
    [JsonProperty("preventUpdate", Required = Required.Always)]
    public bool PreventUpdate { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

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

    Returns
    MetadataProtection

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX