Class PropertyGuidList
A property type that is used as backing type when you want a list of System.Guids. To use this on a content type, add a property of the type System.Collections.Generic.IList<>.
Inheritance
System.Object
PropertyGuidList
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class PropertyGuidList : PropertyList<Guid>
Constructors
PropertyGuidList()
Declaration
public PropertyGuidList()
Methods
ParseItem(String)
Parses the string to a System.Guid object.
Declaration
protected override Guid ParseItem(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
System.Guid | A guid. |