Class ContentRelationItemAssignedCondition
Matches when a relationship entry in a relationship field matching the field path string (JSON path) is newly assigned.
Inheritance
ContentRelationItemAssignedCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentRelationItemAssignedCondition : BusinessRuleCondition
Properties
Content id that should be matched against.
Declaration
[JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentId { get; set; }
Property Value
Declaration
[JsonProperty("fieldPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FieldPath { get; set; }
Property Value
Methods
Declaration
public static ContentRelationItemAssignedCondition FromJson(string data)
Parameters
Returns