Defines different status that a dynamic property can have on a single page
Namespace:
EPiServer.DataAbstractionAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public enum DynamicPropertyStatus |
Members
| Member name | Description | |
|---|---|---|
| Undefined |
The dynamic property has no definition on this page or any of its parents, i e completely undefined.
| |
| 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.
|