Class TagboxItemAssignedCondition
  Matches when a tag in a tagbox matching the field path string (JSON path) is newly assigned.
 
  
  
    Inheritance
    
    
    TagboxItemAssignedCondition
   
  
  Namespace: System.Dynamic.ExpandoObject
  Syntax
  
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TagboxItemAssignedCondition : BusinessRuleCondition
   
  Properties
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    [JsonProperty("fieldPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FieldPath { get; set; }
   
  Property Value
  
   
  
     
    
  
  
    
  
  
  
  
  Ref Id of the list item that was assigned in the tagbox
 
  
  Declaration
  
    [JsonProperty("refId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RefId { get; set; }
   
  Property Value
  
   
  Methods
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    public static TagboxItemAssignedCondition FromJson(string data)
   
  Parameters
  
  Returns