Provide a brief description about the API method. What does it do? When to use it, etc.
Use this method in your Configuration Edit Page Controller to help you display a Configuration instance's description.
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
String GetInfluenceConfigDescription(String configName)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- configName - The Configuration instance's name
Returns
Description of the Configuration instance specified by configName
Comments
0 comments
Please sign in to leave a comment.