Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
If I am not wrong, you can create your own class that derives from LinkItem and add your properties to that. For example
public class ExtendedLinkItem : LinkItem
{
public string SessionId {get;set;}
.....
}
I'm not able to test this, but I think we have done something like that before.
Hi,
We are using Episerver 7 and we are currently using the LinkItemCollection property and we are wanting to add a few more fields to the LinkItem control. Is this possible?
So for example: we have Link name/text, Link title, Open in:, Page, media, catalog content, E-mial, external link - can we add a few more such as SessionID (string), isParent (boolean), childID (string) etc?
Thanks
Jon