Click or drag to resize
IABUserStateManagerTIdentifierAddConversion Method
Adds a conversion to session and permanent conversions if possible.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
void AddConversion(
	string conversion
)

Parameters

conversion
Type: SystemString
Conversion to add to current user
Exceptions
ExceptionCondition
ArgumentExceptionconversion is null or empty
See Also