Table of Contents

Interface IHasRequirements

Namespace
ToSic.Sys.Requirements
Assembly
ToSic.Sys.Features.dll

Marks objects which have requirements, which are necessary for further use/processing.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IHasRequirements

Properties

Requirements

Requirements which are necessary for this feature to be used

List<Requirement> Requirements { get; }

Property Value

List<Requirement>