Table of Contents

Class ColorSchemeGroup

Namespace
Dynamicweb.Content.ColorSchemes
Assembly
Dynamicweb.dll

Represents a color scheme group

public sealed class ColorSchemeGroup
Inheritance
ColorSchemeGroup
Inherited Members

Properties

CreatedAt

Gets the created date and time.

public DateTime CreatedAt { get; init; }

Property Value

DateTime

Id

Gets or sets the color scheme group id.

public required string Id { get; set; }

Property Value

string

Name

Gets or sets the color scheme group name.

public required string Name { get; set; }

Property Value

string

Schemes

Gets or sets a collection of color schemes

public IList<ColorScheme> Schemes { get; }

Property Value

IList<ColorScheme>

UpdatedAt

Gets the last modified date and time.

public DateTime UpdatedAt { get; init; }

Property Value

DateTime
To top