VisitorInfo

Gets or sets the value associated with a key for the current authenticated visitor.

The key can be a column on the visitor table beginning with "Visi", or any text.

Parameters

Key. Specifies either a column in the visitor table or a string value.

Examples

if((CRM.Authenticated)&&(CRM.VisitorInfo("Visi_NotificationCriteria")!=""))
{
// This could be any method.
getmembermenu();
};

Grants access to any authenticated visitor who has submitted any notification criteria.