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 GetConfiguredInstances method to retrieve instances of Configurations with its type.
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
List<FCI_CampaignInfluenceAPI.ICampaignAttributionConfiguration> GetConfiguredInstances(String configTypeClassName)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- configTypeClassName - Name of the Configuration Type class
Returns
List of Configuration instances with the Configuration Type specified by configTypeClassName
Comments
0 comments
Please sign in to leave a comment.