Class MemberTypeConfigurationResponseModel
Represents a response model containing configuration details for a member type.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MemberTypeConfigurationResponseModel
Constructors
View SourceMemberTypeConfigurationResponseModel()
Declaration
public MemberTypeConfigurationResponseModel()
Properties
View SourceReservedFieldNames
Gets or sets the collection of field names that are reserved and cannot be used in the member type configuration.
Declaration
public required ISet<string> ReservedFieldNames { get; set; }
Property Value
| Type | Description |
|---|---|
| ISet<string> |