Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 15, 2018 10:06
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 trnktms/e9d665ee1fc3caec9eed9c9f5f55549b to your computer and use it in GitHub Desktop.
Save trnktms/e9d665ee1fc3caec9eed9c9f5f55549b to your computer and use it in GitHub Desktop.
namespace Helix.Skeleton.Foundation.EditorExtensions.Models.CopyPage
{
using Sitecore.Data;
public class OldDatasourceItem : IOldDatasourceItem
{
public ID Id { get; set; }
public string Path { get; set; }
public int Index { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment