View Source
Class ContentCreationModelBase
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class ContentCreationModelBase : ContentEditingModelBase
Properties
View Source
ContentTypeKey
Declaration
public Guid ContentTypeKey { get; set; }
Property Value
View Source
Key
Declaration
public Guid? Key { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
View Source
ParentKey
Declaration
public Guid? ParentKey { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|