Class NamedUdiRange
Represents a Udi
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public class NamedUdiRange : UdiRange
Constructors
View SourceNamedUdiRange(Udi, String)
Initializes a new instance of the Named
Declaration
public NamedUdiRange(Udi udi, string selector = "this")
Parameters
View SourceNamedUdiRange(Udi, String, String)
Initializes a new instance of the Named
Declaration
public NamedUdiRange(Udi udi, string name, string selector = "this")
Parameters
Type | Name | Description |
---|---|---|
Udi | udi | A Udi. |
System. |
name | A name. |
System. |
selector | An optional selector. |
Properties
View SourceName
Gets or sets the name of the range.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |