Table of Contents

Interface ISysFeatureDetector

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

Interface marking classes which can detect if a system feature (capability) is enabled or not. All implementations of this interface will be queried once to provide feature feedback.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ISysFeatureDetector

Methods

GetState()

Returns the current state of the feature as a FeatureState object.

FeatureState GetState()

Returns

FeatureState