London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum PageObject.OwnerOption

The ownership a page object has

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum OwnerOption

Fields

Name Description
Page

The page object is owned by the page. All versions/languages of a page will share the same page object

PageLanguageBranch

The page object is owned by the page language branch. All versions of a page with the same page langauge will share the same page object

PageVersion

The page object is owned by the page version. Each version of a page will get its own copy of the page object.

Extension Methods