Class LayersChangedCondition
Matches whenever the assigned layers of a content changed.
Inheritance
LayersChangedCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class LayersChangedCondition : BusinessRuleCondition
Properties
Optional list of layer schema ids that must be added during the current content update operation in order for the condition to match.
Declaration
[JsonProperty("addedLayerIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> AddedLayerIds { get; set; }
Property Value
Optional list of layer schema ids that must be removed during the current content update operation in order for the condition to match.
Declaration
[JsonProperty("removedLayerIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> RemovedLayerIds { get; set; }
Property Value
Methods
Declaration
public static LayersChangedCondition FromJson(string data)
Parameters
Returns