Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ISelectItem

Common interface for selections using on client object editing

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