Class ContentCreationModelBase
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public abstract class ContentCreationModelBase : ContentEditingModelBase
Properties
View SourceContentTypeKey
Declaration
public Guid ContentTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Key
Declaration
public Guid? Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
ParentKey
Declaration
public Guid? ParentKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |