Try our conversational search powered by Generative AI!

Enum PageProviderBase.PropertyTypes

Specifies which types of properties that are wanted when extracting them from a PageData instance.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[Flags]
public enum PropertyTypes

Fields

Name Description
LanguageNeutral

Properties explicitly specified on the page type and marked as language-neutral will be included.

LanguageSpecific

Properties explicitly specified on the page type and marked as language-specific will be included.

MetaData

MetaData properties are included.

NullValue

Properties with no value given are included.

Extension Methods