Condividi tramite


IFeatureService.IsEnabled(String) Method

Definition

Checks if feature is enabled. By default, every feature is enabled.

public:
 bool IsEnabled(System::String ^ featureName);
public bool IsEnabled (string featureName);
abstract member IsEnabled : string -> bool
Public Function IsEnabled (featureName As String) As Boolean

Parameters

featureName
String

Name of the feature

Returns

False if there are any disable requests. True otherwise.

Applies to