Created
January 22, 2018 20:07
-
-
Save hermanussen/c57768a8695c8ef2f0917607438485c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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