Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 15, 2018 10:04
Show Gist options
  • Save trnktms/735a15f3f46a86ab19fc3f8ffe37c7d5 to your computer and use it in GitHub Desktop.
Save trnktms/735a15f3f46a86ab19fc3f8ffe37c7d5 to your computer and use it in GitHub Desktop.
namespace Helix.Skeleton.Foundation.EditorExtensions.Models.CopyPage
{
using Sitecore.Data;
public interface IOldDatasourceItem
{
ID Id { get; set; }
string Path { get; set; }
int Index { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment