PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Checks whether the given cookie group is allowed by the visitor.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Policy.IsCookieGroupAllowed")]
public static bool IsCookieGroupAllowed(
	 context,
	string groupName
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Policy.IsCookieGroupAllowed")> _
Public Shared Function IsCookieGroupAllowed ( _
	context As , _
	groupName As  _
) As 

Parameters

context
IRenderContext
The context.
groupName
String
The group name

Return Value

Boolean

See Also

Advanced