SaaS CMS has officially launched! Learn more now.

Interface ISelectionFactory

Creates a list of selection items for a specific property.

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