Skip to content

Instantly share code, notes, and snippets.

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 hermanussen/c57768a8695c8ef2f0917607438485c1 to your computer and use it in GitHub Desktop.
Save hermanussen/c57768a8695c8ef2f0917607438485c1 to your computer and use it in GitHub Desktop.
[SitecoreType(TemplateId = "{76036F5E-CBCE-46D1-AF0A-4143F9B557AA}")]
public interface ISampleItem
{
[SitecoreField(FieldId = "{75577384-3C97-45DA-A847-81B00500E250}")]
string Title { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment