Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created February 18, 2015 21:17
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/2c7535e4a5e6c08e5615 to your computer and use it in GitHub Desktop.
Save komainu85/2c7535e4a5e6c08e5615 to your computer and use it in GitHub Desktop.
Sitecore Expand Tokens
Sitecore.Data.MasterVariablesReplacer replacer = Sitecore.Configuration.Factory.GetMasterVariablesReplacer();
Sitecore.Diagnostics.Assert.IsNotNull(replacer, "replacer");
replacer.ReplaceItem(item);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment