SaaS CMS has officially launched! Learn more now.

Class ChannelStoreModel

Inheritance
System.Object
ChannelStoreModel
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 ChannelStoreModel

Constructors

ChannelStoreModel()

Declaration
public ChannelStoreModel()

Properties

ChannelName

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

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

Name

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

NameLocalizationFormat

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

ResolutionId

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

Extension Methods