Class DictionaryItemViewModel
Inheritance
System.Object
Namespace: Umbraco.Cms.ManagementApi.ViewModels.Dictionary
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DictionaryItemViewModel
Properties
View SourceKey
Declaration
public Guid Key { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ParentId
Declaration
public Guid? ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |