Class ContentTypeCompositionResponseModelBase
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class ContentTypeCompositionResponseModelBase
Properties
View SourceIcon
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |