IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To implement the IPullPipe interface, you must implement the GetData method.
To implement the GetData method, add the following method in file FacebookEventsInboundPipe.cs:
public
virtual
IList<WrapperObject> GetData()
{
var wrapperObjects =
this
.LoadWrapperObjectItems();
return
wrapperObjects;
}
You call the LoadWrapperObjectItems helper method to wrap the Facebook events in WrapperObject.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important