Search Results for

    Show / Hide Table of Contents
    View Source

    Class NamedUdiRange

    Represents a UdiRange complemented with a name.

    Inheritance
    System.Object
    UdiRange
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public class NamedUdiRange : UdiRange

    Constructors

    View Source

    NamedUdiRange(Udi, String)

    Initializes a new instance of the NamedUdiRange class with a Udi and an optional selector.

    Declaration
    public NamedUdiRange(Udi udi, string selector = "this")
    Parameters
    Type Name Description
    Udi udi

    A Udi.

    System.String selector

    An optional selector.

    View Source

    NamedUdiRange(Udi, String, String)

    Initializes a new instance of the NamedUdiRange class with a Udi, a name, and an optional selector.

    Declaration
    public NamedUdiRange(Udi udi, string name, string selector = "this")
    Parameters
    Type Name Description
    Udi udi

    A Udi.

    System.String name

    A name.

    System.String selector

    An optional selector.

    Properties

    View Source

    Name

    Gets or sets the name of the range.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NamedUdiRange(Udi, String)
      • NamedUdiRange(Udi, String, String)
    • Properties
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX