Class MetadataProtection
Metadata protection options
Inherited Members
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 |