Skip to content

Instantly share code, notes, and snippets.

@JohnRuddy
Created April 29, 2013 14:30
Show Gist options
  • Save JohnRuddy/5481927 to your computer and use it in GitHub Desktop.
Save JohnRuddy/5481927 to your computer and use it in GitHub Desktop.
EPiServer - Get Page ID From Page Folder ID
-- Get Page ID of a Page Folders Page.
SELECT
pkID
FROM
tblPage
WHERE ExternalFolderID = <somepageid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment