View Source
Class AllowedContentType
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class AllowedContentType
Properties
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|