Class MoveMemberTypeRequestModel
Request model used to move a member type.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MoveMemberTypeRequestModel
Constructors
View SourceMoveMemberTypeRequestModel()
Declaration
public MoveMemberTypeRequestModel()
Properties
View SourceTarget
Gets or sets the target reference by ID model for the member type move operation.
Declaration
public ReferenceByIdModel? Target { get; set; }
Property Value
| Type | Description |
|---|---|
| ReferenceByIdModel |