Class ContentModel
Inheritance
System.Object
ContentModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class ContentModel : Object
Constructors
ContentModel()
Declaration
Properties
ContentId
Declaration
public int ContentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type |
Description |
EPiServer.Core.ContentReference |
|
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentLink
Declaration
public ContentReference ParentLink { get; set; }
Property Value
Type |
Description |
EPiServer.Core.ContentReference |
|
TypeIdentifier
Declaration
public string TypeIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|