Click or drag to resize

SpecFieldFieldType Enumeration

Field 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 SpecFieldFieldType
Members
  Member nameValueDescription
Key0 The unique identifier for the field.
Required1 Required: default provided, value must be present.
Always2 Always: always set to the default when saving the form.
Optional4 Optional: no default, and not required to be present.
Default8 Default: default provided, still not required.
Once16 Once: set once to the default and never changed.
See Also