Skip to content

Instantly share code, notes, and snippets.

@Dheer-Rajpoot
Last active March 31, 2017 07:09
Show Gist options
  • Save Dheer-Rajpoot/a8292c8751ebb12af00432137789a5aa to your computer and use it in GitHub Desktop.
Save Dheer-Rajpoot/a8292c8751ebb12af00432137789a5aa to your computer and use it in GitHub Desktop.
public class XMLSystemSettings : Sitecore.DataExchange.IPlugin
{
public XMLSystemSettings()
{
}
public string XMLNodeName { get; set; }
public string XMLPath { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment