Class DictionaryOverviewResponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Dictionary
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DictionaryOverviewResponseModel
Properties
View SourceId
Gets or sets the key.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the key.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Parent
Gets or sets the parent.
Declaration
public ReferenceByIdModel Parent { get; set; }
Property Value
Type | Description |
---|---|
Reference |
TranslatedIsoCodes
Sets the translations.
Declaration
public IEnumerable<string> TranslatedIsoCodes { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |