Enum DynamicPropertyStatus
Defines different status that a dynamic property can have on a single page
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum DynamicPropertyStatusFields
| Name | Description | 
|---|---|
| Defined | The dynamic property is defined on this page. | 
| Inherited | The dynamic property is defined on one of the parents of this page and the value is inherited by this page. | 
| None | Unknown | 
| Undefined | The dynamic property has no definition on this page or any of its parents, i e completely undefined. | 
