Table of Contents

Interface IContentTypeAttribute

Namespace
ToSic.Eav.Data
Assembly
ToSic.Eav.Data.dll

Represents an Attribute definition in a ContentType. This is the base for attributes in IContentType

[PublicApi]
public interface IContentTypeAttribute : IHasPermissions, IAppIdentityLight, IHasMetadata
Inherited Members

Properties

AttributeId

additional info for the persistence layer

int AttributeId { get; }

Property Value

int

IsTitle

tells us if this attribute is the title

bool IsTitle { get; }

Property Value

bool

Name

Name of the Attribute

string Name { get; }

Property Value

string

SortOrder

position of this attribute in the list of attributes

int SortOrder { get; }

Property Value

int

Type

The official type, as a controlled (enum) value.

ValueTypes Type { get; }

Property Value

ValueTypes