Class PropertyContentReferenceList
Property for storing multiple Content
Inheritance
System.Object
PropertyContentReferenceList
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[PropertyDefinitionTypePlugIn]
public class PropertyContentReferenceList : PropertyList<ContentReference>, IReadOnly<PropertyData>, IReadOnly, ILazyProperty
Constructors
PropertyContentReferenceList()
Initializes a new instance of the Property
Declaration
public PropertyContentReferenceList()
PropertyContentReferenceList(IEnumerable<ContentReference>)
Initializes a new instance of the Property
Declaration
public PropertyContentReferenceList(IEnumerable<ContentReference> list)
Parameters
Type | Name | Description |
---|---|---|
System. |
list |
Methods
ParseItem(String)
Declaration
protected override ContentReference ParseItem(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value |
Returns
Type | Description |
---|---|
Content |
Overrides
EPiServer.Core.PropertyList<EPiServer.Core.ContentReference>.ParseItem(System.String)