Class UploadDictionaryResponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Dictionary
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UploadDictionaryResponseModel
Properties
View SourceDictionaryItems
Declaration
public IEnumerable<ImportDictionaryItemsPresentationModel> DictionaryItems { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ImportDictionaryItemsPresentationModel> |
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |