Try our conversational search powered by Generative AI!

Enum DynamicPropertyStatus

Defines different status that a dynamic property can have on a single page

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public enum DynamicPropertyStatus

Fields

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.

Extension Methods