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
private UnifiedDirectory(PageReference thePageLink)
{
if(!thePageLink.IsEmpty())
return UnifiedPageDirectory.Get(thePageLink);
}
Hope this helps. :)
I wrote my own that uses the javascriptfunctions in /util/javascript/common.js
One of the parameters was a folderid. But how do i get the folderid for the current workroom?
I came up with:
EPiServer.FileSystem.UnifiedDirectory.Get(CurrentWorkroom.FileRoot)
But what do i do when i get a UnifiedDirectory and wants to get the folderid from it?
Can you help me with that?