Search Results for

    Show / Hide Table of Contents

    Class FieldTrigger

    A field that can be triggered, and store in such occasion the id of the user and the time that triggered it. The last user who triggered it and the last time in which it was triggered can be used for filtering or for
    simple search (if enabled on the field). Such information are stored in two inner fields: "triggeredBy" and "triggeredOn". In order to be triggered in a Content or ListItem metadata dictionary, the special '"_trigger": true'
    should be sent in the data of the field itself.

    Inheritance
    object
    FieldBase
    FieldTrigger
    Inherited Members
    FieldBase.Id
    FieldBase.IndexId
    FieldBase.FieldNamespace
    FieldBase.Names
    FieldBase.Descriptions
    FieldBase.Required
    FieldBase.UiBehavior
    FieldBase.Index
    FieldBase.SimpleSearch
    FieldBase.Sortable
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class FieldTrigger : FieldBase

    Properties

    Boost

    Value to prioritize search results. Set to 1 by default. Ignored if SimpleSearch not set to true.

    Declaration
    [JsonProperty("boost", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public double Boost { get; set; }
    Property Value
    double

    Methods

    FromJson(string)

    Declaration
    public static FieldTrigger FromJson(string data)
    Parameters
    string data

    Returns
    FieldTrigger

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX