Specifies that this is a read-only property. Editing the value will not be possible in the Redakt backoffice, however modifying the property can still be done from code.

[AttributeUsage]
public sealed class ReadOnlyAttribute: IContentPropertyAttribute
Inheritance:
ObjectAttributeReadOnlyAttribute
Implements:
IContentPropertyAttribute

Constructors

ReadOnlyAttribute()

Methods

Apply(ContentPropertyDefinition)