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 CreateConfiguredInstance method to create Configuration instances.
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
void CreateConfiguredInstance(String configName, String configDescription, String configTypeClassName, String classname)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- configName - Unique name of the Configuration instance
- configDescription - Description of the Configuration instance
- configTypeClassName - The Configuration instance's Configuration Type class name
- classname - The Configuration class name (implements FCI_CampaignInfluenceAPI.ICampaignAttributionConfiguration)
Comments
0 comments
Please sign in to leave a comment.