Interface IContentTypeAttribute
Represents an Attribute definition in a ContentType. This is the base for attributes in IContentType
[PublicApi]
public interface IContentTypeAttribute : IAttributeBase, IHasPermissions, IAppIdentityLight, IHasMetadata
- Inherited Members
Properties
AttributeId
additional info for the persistence layer
int AttributeId { get; }
Property Value
IsTitle
tells us if this attribute is the title
bool IsTitle { get; }
Property Value
SortOrder
position of this attribute in the list of attributes
int SortOrder { get; }