Class ConversionPreset
Preset for converting an output.
Inheritance
ConversionPreset
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ConversionPreset
Properties
Conversion to apply to the output.
Declaration
[JsonProperty("conversion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Conversion { get; set; }
Property Value
Indicates if the conversion is locked and therefore cannot be changed by the caller of the embed URI.
Declaration
[JsonProperty("locked", Required = Required.Always)]
public bool Locked { get; set; }
Property Value
Methods
Declaration
public static ConversionPreset FromJson(string data)
Parameters
Returns