Skip to content

Instantly share code, notes, and snippets.

@rsleggett
Created October 21, 2012 16:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rsleggett/3927445 to your computer and use it in GitHub Desktop.
How to add schema as embedded resource
[TcmTemplateTitle("Build ASP.NET Sitemap File from Taxonomy")]
[TcmTemplateParameterSchema("resource:BuildingBlocks.Tridion.ModularTemplates.Resources.Build Sitemap from Taxonomy Parameter Schema.xsd")]
public class BuildSitemapFromTaxonomy : Base.TemplateBase
{
//Code snipped
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment