Class FieldOverwriteSingleTagbox
Overwritten information for FieldSingleTagbox
Inheritance
FieldOverwriteSingleTagbox
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldOverwriteSingleTagbox : FieldOverwriteBase
Properties
An optional filter to limit the list items: this value will overwrite the existing Filter value specified in the parent schema if
OverwriteFilter is set to true.
Declaration
[JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public FilterBase Filter { get; set; }
Property Value
Json serialized template used for creating new list item: this value will overwrite the existing ListItemCreateTemplate value specified in the parent schema if
OverwriteListItemCreateTemplate is set to true.
Declaration
[JsonProperty("listItemCreateTemplate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ListItemCreateTemplate { get; set; }
Property Value
Enable the overwriting of the Filter property of the field specified by the Id property.
Declaration
[JsonProperty("overwriteFilter", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool OverwriteFilter { get; set; }
Property Value
Enable the overwriting of the ListItemCreateTemplate property of the field specified by the Id property.
Declaration
[JsonProperty("overwriteListItemCreateTemplate", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool OverwriteListItemCreateTemplate { get; set; }
Property Value
Methods
Declaration
public static FieldOverwriteSingleTagbox FromJson(string data)
Parameters
Returns