Click or drag to resize

SpecFieldDataType Enumeration

Field Data Type for a field in a form specification.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum SpecFieldDataType
Members
  Member nameValueDescription
None0 No value.
Word1 Word: a single word (any value).
Date2 Date: a date/time field.
Select4 Select: one of a set of words.
Line8 Line: a one-liner.
Text16 Text: a block of text.
Bulk32 Bulk: text not indexed for 'p4 jobs -e'
See Also