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 IItem

The base interface for all items

Namespace: EPiServer.BaseLibrary
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
public interface IItem

Properties

Id

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

Name

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