Returns whether the specified feature is enabled in this license key. This function is now obsolete and has been superseded by IsFeatureEnabledEx.
You must call ValidateLicense prior to calling IsFeatureEnabled. C++: VARIANT_BOOL IsFeatureEnabled (int feature)
C#: bool IsFeatureEnabled ( int feature)
Parameters
feature - id of feature to be checked.
Return
Boolean indicating if the featured is enabled.
Comments
0 comments
Article is closed for comments.