Class AssignTagboxItemsInLayerAction
Assigns a set of list item ids to all multi tag boxes in a layer where the
filter defined on the tagbox does allow assignment of the ID.
Inheritance
AssignTagboxItemsInLayerAction
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class AssignTagboxItemsInLayerAction : BusinessRuleAction
Properties
ID of layer to assign items in.
Declaration
[JsonProperty("layerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LayerId { get; set; }
Property Value
Named cache to use for lookup, should be of type SchemaTagboxFilterLookupNamedCacheConfiguration
Declaration
[JsonProperty("namedCache", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Obsolete("Use LayerId property directly instead")]
public string NamedCache { get; set; }
Property Value
List of refIds of the items that should be assigned.
Declaration
[JsonProperty("refIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public object RefIds { get; set; }
Property Value
Indicates where the assignment should be additive to the already assigned tags
or if existing tags should be replaced.
Declaration
[JsonProperty("replace", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool Replace { get; set; }
Property Value
Methods
Declaration
public static AssignTagboxItemsInLayerAction FromJson(string data)
Parameters
Returns