Enum GenListItemFieldType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The type of the item's part types.
C#Copy[Obsolete("This has been deprecated in API12")] [Flags] public enum GenListItemFieldType
| Name | Description |
|---|---|
| All | All item's parts. |
| Content | The Content part type. |
| None | No part type. |
| State | The State part type. |
| Text | The Text part type. |