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
Try this:
ancestors.OfType<MyType>().FirstOrDefault()
It should work as long as your IContent can be casted to your MyType.
Hi guys,
I have a list of IContent Items, I know that one of the items will be of a particular type.
Currently I am getting this Item with this code:
I know the name of MyType how can do this without an hard coded Id?
If this number is diffrent in mulitiple enviorments the code will fail, can anyone show me how to do this?