A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ContentModel

Inheritance
System.Object
ContentModel
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class ContentModel : Object

Constructors

ContentModel()

Declaration
public ContentModel()

Properties

ContentId

Declaration
public int ContentId { get; set; }
Property Value
Type Description
System.Int32
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
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