Class ContentRelationItemsChangedCondition
Matches whenever the assigned content(s) in a relationship field changed.
Inheritance
ContentRelationItemsChangedCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentRelationItemsChangedCondition : BusinessRuleCondition
Properties
Declaration
[JsonProperty("fieldPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FieldPath { get; set; }
Property Value
Methods
Declaration
public static ContentRelationItemsChangedCondition FromJson(string data)
Parameters
Returns