SaaS CMS has officially launched! Learn more now.

Class PropertyStringList

A content type property for a list of strings.

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

Constructors

PropertyStringList()

Declaration
public PropertyStringList()

Implements

Extension Methods