Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikeedwards83/70370d6c0be299658ee6f18e72f979d5 to your computer and use it in GitHub Desktop.
Save mikeedwards83/70370d6c0be299658ee6f18e72f979d5 to your computer and use it in GitHub Desktop.
var options = new GetItemByPathOptions
{
Path = "/sitecore/content/home"
};
var model = sitecoreService.GetItem(options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment