Share via


IFeatureFlagsInternal Interface

Definition

Provides internal feature flag information.

public interface IFeatureFlagsInternal
type IFeatureFlagsInternal = interface
Public Interface IFeatureFlagsInternal
Derived

Methods

FeatureNameToPath(String)

Gets the internal collection path of the feature flag.

IsFeatureEnabledWithoutCustomization(String, String, Boolean)

This is used to determine the value of a feature without user customization. This will check for feature flag value in remote store, if not found, falls back to default store.

TryGetFlagVisibilityProperties(String, String, FeatureFlag)

Gets information about a feature flag used to determine if a flag is visible in the UI.

Applies to