A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
WS.DataFactoryService proxy = new Basetool.EPiServer.WS.DataFactoryService(); proxy.Credentials = new NetworkCredential("ntfsuser", "password", ""); proxy.PreAuthenticate = true; PageReference pr = new PageReference(); pr.ID = 28; pr.LoadRawPageData = true; RawPage[] pages = proxy.GetChildren(pr);This doesn't return anything, but it doesn't throw any errors.