Skip to content

Instantly share code, notes, and snippets.

@simon-lang
Created May 8, 2012 06:47
Show Gist options
  • Select an option

  • Save simon-lang/2633104 to your computer and use it in GitHub Desktop.

Select an option

Save simon-lang/2633104 to your computer and use it in GitHub Desktop.
Sitecore bucket sublayout query
var items = BucketManager.ParseDataSourceQueryForItems(((Sublayout)this.Parent).DataSource, Sitecore.Context.Item, 1, 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment