Click or drag to resize
IABUserStateManagerGetVariantIdentifier Method
Gets identifier of the A/B variant assigned to the current user. Returns null, if the user hasn't got any variant assigned yet.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
Nullable<Guid> GetVariantIdentifier()

Return Value

Type: NullableGuid
Identifier of the variant that is assigned to the current user
See Also