SpecFieldDataType Enumeration
|
Field Data Type for a field in a form specification.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum SpecFieldDataType
<FlagsAttribute>
Public Enumeration SpecFieldDataType
[FlagsAttribute]
public enum class SpecFieldDataType
[<FlagsAttribute>]
type SpecFieldDataType
Members
| Member name | Value | Description |
---|
| None | 0 |
No value.
|
| Word | 1 |
Word: a single word (any value).
|
| Date | 2 |
Date: a date/time field.
|
| Select | 4 |
Select: one of a set of words.
|
| Line | 8 |
Line: a one-liner.
|
| Text | 16 |
Text: a block of text.
|
| Bulk | 32 |
Bulk: text not indexed for 'p4 jobs -e'
|
See Also