Table of Contents

Class CopyrightSettings

Namespace
ToSic.Sxc.Images.Sys
Assembly
ToSic.Sxc.Data.dll

System Settings regarding Copyright Configuration of an App/Site

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record CopyrightSettings : ModelOfEntityCore, IModelSetup<IEntity>, IWrapper<IEntity>, ICanBeEntity, IEquatable<ModelOfEntityCore>, IEquatable<CopyrightSettings>
Inheritance
object
CopyrightSettings
Implements
Inherited Members

Remarks

  • Created ca. v16.08
  • As of v21 not actively used in code, but in this structure to ensure consistency

Fields

ContentTypeName

public const string ContentTypeName = "⚙️CopyrightSettings"

Field Value

string

ContentTypeNameId

public const string ContentTypeNameId = "aed871cf-220b-4330-b368-f1259981c9c8"

Field Value

string

SettingsPath

Where these settings are placed in the Settings structure - for use as prefix when accessing settings.

public const string SettingsPath = "Copyright"

Field Value

string

Remarks

To be used like SettingsPath + "." + KeyName

Properties

ImagesInputEnabled

public bool? ImagesInputEnabled { get; }

Property Value

bool?