Class CopyrightSettings
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
-
objectCopyrightSettings
- 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
ContentTypeNameId
public const string ContentTypeNameId = "aed871cf-220b-4330-b368-f1259981c9c8"
Field Value
SettingsPath
Where these settings are placed in the Settings structure - for use as prefix when accessing settings.
public const string SettingsPath = "Copyright"
Field Value
Remarks
To be used like SettingsPath + "." + KeyName
Properties
ImagesInputEnabled
public bool? ImagesInputEnabled { get; }
Property Value
- bool?