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 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