AI OnAI Off
EPiServer stores orignal parent link in Dynamic Data with store name EPiParentRestoreStore
You can see the view in Database dbo.VW_EPiParentRestoreStore
Code to fetch Original Parent
IParentRestoreRepository parentRestoreRepository
ContentReference parentLink = this._parentRestoreRepository.GetParentLink(deletedItemReference.ToReferenceWithoutVersion());
if (this._contentProviderManager.IsWastebasket(parentLink))
return Enumerable.Empty<IContent>();
IContent content = !ContentReference.IsNullOrEmpty(parentLink) ? this._contentRepository.Get<IContent>(parentLink) : (IContent) null;
Hi,
I am trying to find the source code of EPiServer for this url
https://xxxyyy.com.au/EPiServer/cms/Stores/contentstructure/?referenceId=365707&query=getrestorepoint&allLanguages=true&dojo.preventCache=1502758458185
Can any one tell me where is rest store for contentstrucutre?
Cheers
Ali, Murtaza