A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
I'm looking for examples or documentation on creating Visitor Groups in code. I want to be able to do something like this:
var testGroup = new VisitorGroup{ Name = "My Test"}; var vistorGroupStore = new VisitorGroupStore(); vistorGroupStore.Save(testGroup);I'd like to be able to specify some criteria as well....