Try our conversational search powered by Generative AI!

Interface ISelectionQuery

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

Methods

GetItemByValue(String)

Declaration
ISelectItem GetItemByValue(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
ISelectItem

GetItems(String)

Declaration
IEnumerable<ISelectItem> GetItems(string query)
Parameters
Type Name Description
System.String query
Returns
Type Description
System.Collections.Generic.IEnumerable<ISelectItem>

Extension Methods