Table of Contents

Method IsEnabled

Namespace
GrindFest
Assembly
GrindFest.dll

IsEnabled(string)

Quick check: is this feature enabled in this profile? Returns false if the feature isn't in the dictionary. For the intended "OFF by default" behavior, use IsFeatureActive(string) instead.

public bool IsEnabled(string nodeId)

Parameters

nodeId string

Returns

bool