Search Results for

    Show / Hide Table of Contents
    View Source

    Class SelectorOption

    Represents a selector option used for content querying in the Delivery API.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class SelectorOption

    Constructors

    View Source

    SelectorOption()

    Declaration
    public SelectorOption()

    Properties

    View Source

    FieldName

    Gets or sets the name of the field to select on.

    Declaration
    public required string FieldName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Values

    Gets or sets the values to match against the field.

    Declaration
    public required string[] Values { get; set; }
    Property Value
    Type Description
    string[]
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX