Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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