Enum ContentTypeFields
Fields that can exist on a content type.
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 8.11.0Syntax
[Flags]
public enum ContentTypeFieldsFields
| Name | Description | 
|---|---|
| ACL | The access control list. | 
| All | All fields. | 
| AvailableInEditMode | The available in edit mode field. | 
| AvailablePageTypes | The available page type setting. | 
| DefaultValues | The default values setting. | 
| Description | The description field. | 
| DisplayName | The display name field. | 
| DisplayTemplates | The display template field. | 
| Name | The name field. | 
| None | No fields. | 
| SortOrder | The sort order field. | 
