Traditionally in EPiServer a PageReference has been used as "the" unique reference within the site. A PageReference is still unique within a site (however the ID part of the PageReference itself is not guaranteed to be unique) but we are shifting more and more internally (at least in the storage layers, in higher layers PageReferences are more pleasant to work with) to work with Guid based identities. So internally in the EPiServer database we store references to pages and files as Guid based...
[ Read full article ]