SaaS CMS has officially launched! Learn more now.

Class PropertyIntegerList

A content type property for a list of integers.

Inheritance
System.Object
PropertyList<System.Int32>
PropertyIntegerList
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[PropertyDefinitionTypePlugIn]
public class PropertyIntegerList : PropertyList<int>, IReadOnly<PropertyData>, IReadOnly, ILazyProperty

Constructors

PropertyIntegerList()

Declaration
public PropertyIntegerList()

Implements

Extension Methods