Interface IContentTypeAttribute
Represents an Attribute definition in a ContentType. This is the base for attributes in IContentType
[PublicApi]
public interface IContentTypeAttribute : IHasPermissions, IAppIdentityLight, IHasMetadata
- Inherited Members
- Extension Methods
Properties
AttributeId
additional info for the persistence layer
int AttributeId { get; }
Property Value
InputType
The input type as string, e.g. "string-text" or "number-default".
string InputType { get; }
Property Value
Remarks
New in v21.
IsTitle
tells us if this attribute is the title
bool IsTitle { get; }
Property Value
Name
Name of the Attribute
string Name { get; }
Property Value
SortOrder
position of this attribute in the list of attributes
int SortOrder { get; }
Property Value
Type
The official type, as a controlled (enum) value.
ValueTypes Type { get; }