Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created February 18, 2015 21:06
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 komainu85/e31f3735bae2f06a7dcb to your computer and use it in GitHub Desktop.
Save komainu85/e31f3735bae2f06a7dcb to your computer and use it in GitHub Desktop.
Sitecore get home from SiteContext
public static Item HomeItem(this SiteContext site)
{
return Sitecore.Context.Database.GetItem(site.StartPath);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment