Class ParseResult
- Namespace
- Dynamicweb.Ecommerce.Extensibility.Controls
- Assembly
- Dynamicweb.Ecommerce.dll
ParseResult class.
public class ParseResult
- Inheritance
-
ParseResult
- Inherited Members
Properties
Items
Gets or sets the items.
public IList<ItemInfo> Items { get; set; }
Property Value
Type
Gets or sets the type.
public HandlerConfigurationType Type { get; set; }
Property Value
- HandlerConfigurationType
- The type.
Values
Gets or sets the values.
public string Values { get; set; }
Property Value
- string
- The values.