Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

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