Class PropertyContentReferenceList
Property for storing multiple ContentReference instances. Supports content properties of type System.Collections.Generic.IList<>, System.Collections.Generic.ICollection<> or System.Collections.Generic.IEnumerable<>
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, ILazyPropertyConstructors
PropertyContentReferenceList()
Initializes a new instance of the PropertyContentReferenceList class.
Declaration
public PropertyContentReferenceList()PropertyContentReferenceList(IEnumerable<ContentReference>)
Initializes a new instance of the PropertyContentReferenceList class with the provided list.
Declaration
public PropertyContentReferenceList(IEnumerable<ContentReference> list)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<ContentReference> | list | 
Methods
ParseItem(String)
Declaration
protected override ContentReference ParseItem(string value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | 
Returns
| Type | Description | 
|---|---|
| ContentReference | 
Overrides
EPiServer.Core.PropertyList<EPiServer.Core.ContentReference>.ParseItem(System.String)
  