London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

How do you get content from ContentFunctionData

Vote:
 

How do you get content from ContentFunctionData?

Im using the following code:

 ExtensionPageData page = ExtensionPageData.Load(child.PageLink);
            if (page != null && page.AreaCount > 0)
            {
                List functions = page.GetAllContentFunctions(true);
                if (functions.Count > 0)
                {
                    foreach (var item in functions)
                    {
                        output = NEED TO GET CONTENT FROM ITEM;
                    }
                }
                else
                {
                    output = "NOTHING";
                }
            }

Thanks

#151548
Jul 28, 2016 10:59
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.