Table of Contents

Constructor Metadata

Namespace
Sccg
Assembly
Sccg.dll

Metadata(string?, ThemeType?, string?, string?, string?, string?, string?, string?, string?, DateTime?, Func<Metadata, string?[]?>, Func<Metadata, string?[]?>, MetadataContext)

Metadata of theme and Builder settings.

public Metadata(string? ThemeName, ThemeType? ThemeType, string? Version, string? Author, string? Maintainer, string? Homepage, string? Repository, string? Description, string? License, DateTime? LastUpdated, Func<Metadata, string?[]?> Header, Func<Metadata, string?[]?> Footer, MetadataContext Context)

Parameters

ThemeName string
ThemeType ThemeType?
Version string
Author string
Maintainer string
Homepage string
Repository string
Description string
License string
LastUpdated DateTime?
Header Func<Metadata, string[]>
Footer Func<Metadata, string[]>
Context MetadataContext