Click or drag to resize
IABResponseCookieProviderGetDistinctCookieNames Method
Gets names of both request and response cookies without duplicates.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
IEnumerable<string> GetDistinctCookieNames()

Return Value

Type: IEnumerableString
See Also