Provide a brief description about the API method. What does it do? When to use it, etc.
Use this method to get a configured instance by name.
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
FCI_CampaignInfluenceAPI.ICampaignAttributionConfiguration getConfigFromName(String configName, String configTypeClassName)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- configName - The Configuration instance's name
- configTypeClassName - The name of the Configuration instance's Configuration Type class name
Returns
A Configuration instance with the name specified by configName and with the Configuration Type specified by configTypeClassName
Comments
0 comments
Please sign in to leave a comment.