Class ContentCreationModelBase
Represents the base model for content creation operations.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public abstract class ContentCreationModelBase : ContentEditingModelBase
Constructors
View SourceContentCreationModelBase()
Declaration
protected ContentCreationModelBase()
Properties
View SourceContentTypeKey
Gets or sets the key of the content type for the content being created.
Declaration
public Guid ContentTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Key
Gets or sets the optional unique key for the content being created.
Declaration
public Guid? Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
ParentKey
Gets or sets the optional key of the parent content item.
Declaration
public Guid? ParentKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |