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 set a custom description for a Configuration instance
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
void SetInfluenceConfigDescription(String configName, String newConfigDescription)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- configName - The Configuration instance's name
- newConfigDescription - The new Configuration instance's description to set
Comments
0 comments
Please sign in to leave a comment.