Provide a brief description about the API method. What does it do? When to use it, etc.
Use this method in your Configuration Type's DeleteConfiguredInstance method to delete its Configured instances from the system
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
void DeleteConfiguredInstanceFromSystem(String configName)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- name - The Configuration instance's name
Comments
0 comments
Please sign in to leave a comment.