Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created July 29, 2015 12:08
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 islaytitans/2a6ee51bb69ebc3a012d to your computer and use it in GitHub Desktop.
Save islaytitans/2a6ee51bb69ebc3a012d to your computer and use it in GitHub Desktop.
Sitecore Hackathon ItemModel
namespace DevToolKit.Models
{
public class ItemModel : Sitecore.Services.Core.Model.EntityIdentity
{
public string itemId { get; set; }
public string Name { get; set; }
public List<FieldModel> Fields { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment