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