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
Properties
AccentColor
public string AccentColor { get; init; }
Property Value
LogoUrl
public string? LogoUrl { get; init; }
Property Value
Title
public string Title { get; init; }