SaaS CMS has officially launched! Learn more now.

Interface ISelectItem

Common interface for selections using on client object editing

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