Specifies which types of properties that are wanted when extracting them from a PageData instance.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[FlagsAttribute] public enum PropertyTypes |
Members
| Member name | Description | |
|---|---|---|
| LanguageSpecific |
Properties explicitly specified on the page type and marked as language specific will be included.
| |
| LanguageNeutral |
Properties explicitly specified on the page type and marked as language neutral will be included.
| |
| MetaData |
MetaData properties are included.
| |
| NullValue |
Properties with no value given are included.
|