Skip to main content
Home  ›  Docs › Feature

Access data from another App or Zone

Warning ⚠️: New Docs Available

These are old docs and we haven't found the time to completely move them. You will find comprehensive new docs on docs.2sxc.org.

Introduced in Version 06.01.00

Use as follows

var x = CreateSource<Eav.DataSources.App>();

x.AppSwitch = 17;

x.ZoneSwitch = 2; // the other portal

var categories = x["Categories];