Sets the user groups that are allowed to edit this property in the back office. For any user that is not part of at least one of the provided user groups this property will be read-only.

[AttributeUsage]
public sealed class EditableForAttribute: IContentPropertyAttribute
Inheritance:
ObjectAttributeEditableForAttribute
Implements:
IContentPropertyAttribute

Constructors

EditableForAttribute(string) Default constructor.

Properties

UserGroups The list of user group names that are allowed to edit this property.

Methods

Apply(ContentPropertyDefinition)