FlaggedFeatureHelperAckMode Method

Return true if the feature should be active according to the given M-Files binary execution mode.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static bool AckMode(
	string mfVersion,
	string featureName,
	string regKey
)

Parameters

mfVersion  String
M-Files version string.
featureName  String
String label.
regKey  String
Feature flag register key segment. (Different for different M-Files modules.)

Return Value

Boolean
True if the feature flag is on with the current binary exec mode.

See Also