Try our conversational search powered by Generative AI!

Interface ISelectionFactory

Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface ISelectionFactory

Methods

GetSelections(ExtendedMetadata)

Declaration
IEnumerable<ISelectItem> GetSelections(ExtendedMetadata metadata)
Parameters
Type Name Description
ExtendedMetadata metadata
Returns
Type Description
System.Collections.Generic.IEnumerable<ISelectItem>

Extension Methods