Class ImportMemberTypeRequestModel
Represents the data required to import a member type via an API request.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ImportMemberTypeRequestModel
Constructors
View SourceImportMemberTypeRequestModel()
Declaration
public ImportMemberTypeRequestModel()
Properties
View SourceFile
Gets or sets a reference to the file from which to import the member type.
Declaration
public required ReferenceByIdModel File { get; set; }
Property Value
| Type | Description |
|---|---|
| ReferenceByIdModel |