IABUserStateManagerAddConversion Method |
Adds a conversion to session and permanent conversions if possible.
Namespace: CMS.OnlineMarketing.InternalAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax void AddConversion(
string conversion
)
Parameters
- conversion
- Type: SystemString
Conversion to add to current user
Exceptions Exception | Condition |
---|
ArgumentException | conversion is null or empty |
See Also