Skip to content

Instantly share code, notes, and snippets.

@websterian
Created January 31, 2017 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterian/0813202ccec8ac595445d8dbe8690d5b to your computer and use it in GitHub Desktop.
Save websterian/0813202ccec8ac595445d8dbe8690d5b to your computer and use it in GitHub Desktop.
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExampleSettings.cs" company="">
//
// </copyright>
// <summary>
// The example settings.
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace Sitecore.DataExchange.Example.Converters.PipelineStep
{
/// <summary>
/// The example settings.
/// </summary>
public class ExampleSettings : IPlugin
{
/// <summary>
/// Gets or sets the create path.
/// </summary>
public string CreatePath { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment