Class ContentUpdateModel
Represents a model for updating content.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ContentUpdateModel : ContentEditingModelBase
Constructors
View SourceContentUpdateModel()
Declaration
public ContentUpdateModel()
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? |