StringFormat EnumType
Describes the formatting of a string attribute for the StringAttributeMetadata.Format property. (Deprecated)
Members
Members define the discrete options for the enumeration type.
| Name | Value | Description |
|---|---|---|
| 0 | Specifies to display the string as an e-mail. | |
| Text | 1 | Specifies to display the string as text. |
| TextArea | 2 | Specifies to display the string as a text area. |
| Url | 3 | Specifies to display the string as a URL. |
| TickerSymbol | 4 | Specifies to display the string as a ticker symbol. |
| PhoneticGuide | 5 | Specifies to display the string as a phonetic guide. |
| VersionNumber | 6 | Specifies to display the string as a version number. |
| Phone | 7 | For internal use only. |
| Json | 8 | Allows storage of contents in a JSON recognized format. |
| RichText | 9 | Allows storage of contents in a Rich Text format. |
Used by
The following use the StringFormat EnumType.
| Name | How used |
|---|---|
| MemoAttributeMetadata | Format Property |
| StringAttributeMetadata | Format Property |
| ComplexMemoAttributeMetadata | Format Property |
| ComplexStringAttributeMetadata | Format Property |