Interface ISelectItem
Common interface for selections using on client object editing
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public interface ISelectItemProperties
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 | 
