View Source
Class CopyMemberTypeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class CopyMemberTypeController : MemberTypeControllerBase
Constructors
View Source
CopyMemberTypeController(IMemberTypeService)
Declaration
public CopyMemberTypeController(IMemberTypeService memberTypeService)
Parameters
Type |
Name |
Description |
IMemberTypeService |
memberTypeService |
|
Methods
View Source
Copy(CancellationToken, Guid)
Declaration
public async Task<IActionResult> Copy(CancellationToken cancellationToken, Guid id)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Guid |
id |
|
Returns
Type |
Description |
Task<IActionResult> |
|