Try our conversational search powered by Generative AI!

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