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 ISelectItem

Common interface for selections using on client object editing

Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public interface ISelectItem

Properties

Text

Gets the text.

Declaration
string Text { get; }
Property Value
Type Description
System.String

Value

Gets the value.

Declaration
object Value { get; }
Property Value
Type Description
System.Object

Extension Methods