Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JamesSkemp/14006b684321a90409ca to your computer and use it in GitHub Desktop.
Save JamesSkemp/14006b684321a90409ca to your computer and use it in GitHub Desktop.
Sitecore - basic way to find links to a sublayout/control
use xxx_Core
select top 10 *
from Links
where SourceDatabase = 'master'
-- Item ID of the control that we want to find usage for.
and TargetItemID = '86C15AC5-661B-4288-A997-DCB251CC739E'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment