Enum PropertyDefinitionFields
Fields on a property definition.
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[Flags]
public enum PropertyDefinitionFields
Fields
| Name | Description |
|---|---|
| All | All fields. |
| DefaultValue | The default value setting. |
| DisplayEditUI | The display in edit mode setting. |
| EditCaption | The edit caption. |
| FieldOrder | The field order |
| HelpText | The help text. |
| LanguageSpecific | The language specific setting. |
| Name | The name of the property definition. |
| None | No fields. |
| PropertySettingsControl | The property settings control for the property definition. |
| Required | The required setting. |
| Searchable | The searchable setting. |
| Tab | The tab definition the property definition resides on. |
| Type | The property definition type. |