FlaggedFeatureHelperAckMode Method
Return true if the feature should be active according to the given M-Files
binary execution mode.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static bool AckMode(
string mfVersion,
string featureName,
string regKey
)
- mfVersion String
- M-Files version string.
- featureName String
- String label.
- regKey String
- Feature flag register key segment. (Different for different M-Files modules.)
BooleanTrue if the feature flag is on with the current binary exec mode.