Interface ISelectionFactory
Creates a list of selection items for a specific property.
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public interface ISelectionFactory
Methods
GetSelections(ExtendedMetadata)
Creates a list of selection items for a specific property.
Declaration
IEnumerable<ISelectItem> GetSelections(ExtendedMetadata metadata)
Parameters
Type | Name | Description |
---|---|---|
ExtendedMetadata | metadata | The metadata for a property. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ISelectItem> | A list of selection items for a specific property. |