Class UnassignTagboxItemsAction
Removes one or multiple tag box items from the multi tagbox identified by the path (JSON path).
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Syntax
public class UnassignTagboxItemsAction : BusinessRuleAction
Properties
FieldId
ID of the tagbox field.
Declaration
public string FieldId { get; set; }
Property Value
|
System.String
|
Path
Path to the object the tagbox is contained in.
Declaration
public string Path { get; set; }
Property Value
|
System.String
|
RefIds
List of refIds of the items that should be removed.
Declaration
public object RefIds { get; set; }
Property Value
|
System.Object
|
Methods
FromJson(String)
Declaration
public static UnassignTagboxItemsAction FromJson(string data)
Parameters
|
System.String
data
|
Returns
|
UnassignTagboxItemsAction
|
ToJson()
Declaration
public string ToJson()
Returns
|
System.String
|