London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ISelectionFactory

Creates a list of selection items for a specific property.

Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
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.

Extension Methods