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