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.
PropertyData prop; DynamicProperty dynProp; // Site Scheme prop = e.Page.Property["SiteScheme"]; if (prop != null && !prop.IsNull) { dynProp = DynamicProperty.Load(e.Page.PageLink, "GlobalSiteScheme"); dynProp.PropertyValue.Value = prop.Value; dynProp.Override = true; dynProp.Save(); }