Enum PageObject.OwnerOption
The ownership a page object has
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum OwnerOptionFields
| 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. | 
