Class CopyMemberTypeRequestModel
A request model for copying a member type.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class CopyMemberTypeRequestModel
Constructors
View SourceCopyMemberTypeRequestModel()
Declaration
public CopyMemberTypeRequestModel()
Properties
View SourceTarget
Gets or sets the target location, identified by ID, where the member type will be copied.
Declaration
public ReferenceByIdModel? Target { get; set; }
Property Value
| Type | Description |
|---|---|
| ReferenceByIdModel |