Query:
How can i check if the configuration key is enabled through x++?
Answer:
How can i check if the configuration key is enabled through x++?
Answer:
if (isConfigurationKeyEnabled(configurationkeynum(keyname))) { //insert code here }
No comments:
Post a Comment