Class DynamicPropertyStatus
Defines different status that a dynamic property can have on a single page
Inheritance
System.Object
DynamicPropertyStatus
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class DynamicPropertyStatus : Enum
Fields
Defined
The dynamic property is defined on this page.
Declaration
public const DynamicPropertyStatus Defined
Field Value
Type | Description |
---|---|
DynamicPropertyStatus |
Inherited
The dynamic property is defined on one of the parents of this page and the value is inherited by this page.
Declaration
public const DynamicPropertyStatus Inherited
Field Value
Type | Description |
---|---|
DynamicPropertyStatus |
None
Unknown
Declaration
public const DynamicPropertyStatus None
Field Value
Type | Description |
---|---|
DynamicPropertyStatus |
Undefined
The dynamic property has no definition on this page or any of its parents, i e completely undefined.
Declaration
public const DynamicPropertyStatus Undefined
Field Value
Type | Description |
---|---|
DynamicPropertyStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |