Enum GenListItemFieldType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The type of the item's part types.
[Flags]
public enum GenListItemFieldType
Fields
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. |