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, add the following method in XmlInboundPipe.cs:
public
virtual
IList<WrapperObject> GetData()
{
var wrapperObjects =
this
.LoadWrapperObjectItems();
return
wrapperObjects;
}
You must implement the GetData method. You call the LoadWrapperObjectItems helper method to wrap the xml documents 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