Class ContentCreateModel
Represents a model for creating content.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ContentCreateModel : ContentCreationModelBase
Constructors
View SourceContentCreateModel()
Declaration
public ContentCreateModel()
Properties
View SourceTemplateKey
Gets or sets the optional template key to associate with the content.
Declaration
public Guid? TemplateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |