A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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