Class ContentTypesByKeys
A model for retrieving multiple content types based on their keys.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypesByKeys : object
Properties
View SourceContentTypeKeys
The id of every content type to get.
Declaration
public Guid[] ContentTypeKeys { get; set; }
Property Value
Type | Description |
---|---|
Guid[] |
ParentId
ID of the parent of the content type.
Declaration
public int ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |