SaaS CMS has officially launched! Learn more now.

Class ContentTypeViewModel

Inheritance
System.Object
ContentTypeViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.Models.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ContentTypeViewModel

Constructors

ContentTypeViewModel()

Declaration
public ContentTypeViewModel()

Properties

AvailableContentTypes

Declaration
public IList<int> AvailableContentTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Int32>

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

GroupName

Declaration
public string GroupName { get; set; }
Property Value
Type Description
System.String

Guid

Declaration
public Guid Guid { get; set; }
Property Value
Type Description
System.Guid

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

ImagePath

Declaration
public string ImagePath { get; set; }
Property Value
Type Description
System.String

LocalizedDescription

Declaration
public string LocalizedDescription { get; set; }
Property Value
Type Description
System.String

LocalizedName

Declaration
public string LocalizedName { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

TypeIdentifier

Declaration
public string TypeIdentifier { get; set; }
Property Value
Type Description
System.String

Extension Methods