Class ContentTypesByAliases
A model for retrieving multiple content types based on their aliases.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypesByAliases : object
Properties
View SourceContentTypeAliases
The alias of every content type to get.
Declaration
public string[] ContentTypeAliases { get; set; }
Property Value
Type | Description |
---|---|
System. |
ParentId
Id of the parent of the content type.
Declaration
public int ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |