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
This should work:
SELECT pkId FROM tblContent WHERE ContentAssetsID = (SELECT ContentGUID FROM tblContent WHERE pkId = 37808);
In erlier versions of Episerver we used this sql to find out what page a pagefile-id belonged to:
SELECT pkID FROM tblPage WHERE ExternalFolderID = 37808
What is the equivalent sql in Episerver 11 to find out what content ID (page or block) a content assets folder belongs to?