Class MemberItemResponseModel
Represents a response model containing details about a member item returned by the Umbraco Management API.
Namespace: Umbraco.Cms.Api.Management.ViewModels.Member.Item
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MemberItemResponseModel : ItemResponseModelBase, IHasFlags
Constructors
View SourceMemberItemResponseModel()
Declaration
public MemberItemResponseModel()
Properties
View SourceKind
Gets or sets the type of member represented by this model.
Declaration
public MemberKind Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| MemberKind |
MemberType
Gets or sets the reference to the member type associated with this member.
Declaration
public MemberTypeReferenceResponseModel MemberType { get; set; }
Property Value
| Type | Description |
|---|---|
| MemberTypeReferenceResponseModel |
Variants
Gets or sets the collection of variant items for the member.
Declaration
public IEnumerable<VariantItemResponseModel> Variants { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<VariantItemResponseModel> |