Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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