Table of Contents

Class Move.DestinationSelectorItem

Namespace
InSite.Admin.Assessments.Questions.Forms
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class Move.DestinationSelectorItem
Inheritance
Move.DestinationSelectorItem
Inherited Members

Constructors

DestinationSelectorItem()

public DestinationSelectorItem()

Properties

Children

[JsonProperty(PropertyName = "children")]
public List<Move.DestinationSelectorItem> Children { get; }

Property Value

List<Move.DestinationSelectorItem>

Html

[JsonProperty(PropertyName = "html")]
public string Html { get; set; }

Property Value

string

Identifier

[JsonProperty(PropertyName = "id")]
public Guid Identifier { get; set; }

Property Value

Guid

Text

[JsonProperty(PropertyName = "text")]
public string Text { get; set; }

Property Value

string