Interface ISelectionFactory
Creates a list of selection items for a specific property.
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 7.19.2Syntax
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 |
---|---|---|
Extended |
metadata | The metadata for a property. |
Returns
Type | Description |
---|---|
System. |
A list of selection items for a specific property. |