The ownership a page object has

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public enum OwnerOption

Members

Member nameDescription
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.

See Also