Search Results for

    Show / Hide Table of Contents

    Class AssignTagboxItemsAction

    Assigns one or multiple tag box items to the multi tagbox identified by the path (JSON path).

    Inheritance
    System.Object
    BusinessRuleAction
    AssignTagboxItemsAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    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 AssignTagboxItemsAction : 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 assigned.

    Declaration
    public object RefIds { get; set; }
    Property Value
    System.Object

    Replace

    Indicates whether all the already assigned tags get replaced by the set specified in the action.
    If false, the not already assigned tags get added, the rest is left as is.

    Declaration
    public bool Replace { get; set; }
    Property Value
    System.Boolean

    Methods

    FromJson(String)

    Declaration
    public static AssignTagboxItemsAction FromJson(string data)
    Parameters
    System.String data

    Returns
    AssignTagboxItemsAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX