Interface IMemberTypePresentationFactory
Namespace: Umbraco.Cms.Api.Management.Factories
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IMemberTypePresentationFactory
Methods
View SourceCreateResponseModelAsync(IMemberType)
Declaration
Task<MemberTypeResponseModel> CreateResponseModelAsync(IMemberType memberType)
Parameters
Type | Name | Description |
---|---|---|
IMember |
memberType |
Returns
Type | Description |
---|---|
Task<Member |