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: 8.11.0Syntax
[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. |