Table of Contents

Class DocumentBranding

Namespace
Cress.LivingDocs
Assembly
Cress.LivingDocs.dll
public sealed record DocumentBranding : IEquatable<DocumentBranding>
Inheritance
DocumentBranding
Implements
Inherited Members

Constructors

DocumentBranding(string, string?, string)

public DocumentBranding(string Title, string? LogoUrl, string AccentColor)

Parameters

Title string
LogoUrl string
AccentColor string

Properties

AccentColor

public string AccentColor { get; init; }

Property Value

string

LogoUrl

public string? LogoUrl { get; init; }

Property Value

string

Title

public string Title { get; init; }

Property Value

string