Created
February 18, 2015 21:06
-
-
Save komainu85/e31f3735bae2f06a7dcb to your computer and use it in GitHub Desktop.
Sitecore get home from SiteContext
This file contains 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
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