Table of Contents

Class SysFeature

Namespace
ToSic.Sys.Capabilities.SysFeatures
Assembly
ToSic.Sys.Features.dll

System feature definition. These are features which the environment defines such as c# support; not configurable.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record SysFeature : Feature, IEquatable<Aspect>, IEquatable<Feature>, IEquatable<SysFeature>
Inheritance
object
Aspect
Feature
SysFeature
Implements
IEquatable<Aspect>
IEquatable<Feature>

Fields

Prefix

Important prefix for all system features/capabilities, as they will be accessible in the features catalog and should be differentiated.

public const string Prefix = "System"

Field Value

string

Properties

A link with further explanations about this feature, mainly used in error messages.

public override string Link { get; init; }

Property Value

string

NameId

The unique name identifier for the system feature.

public override required string NameId { get; init; }

Property Value

string