CleanUp product catalog
While you test the integration it is frequently required to clean-up the whole Litium Studio product catalog from its test data, including removing fields and field templates. A helper method is implemented with inRiver connector, which can only be accessed by visiting this Url and when the System user is logged in.
Warning! Deletes all data (irrespective of whether they are created from integration or not) from Product Catalog and cannot be recovered back.
http://<your domain name>/Site/Deployments/DeployInRiver.aspx?Deploy=Litium.Studio.AddOns.InRiver.Integration.DeploymentPackage&CleanUp=True
The code is located in the file: ..\Site\Deployments\DeployInRiver.aspx.cs::protected void Page_Load(object sender, EventArgs e)