[This is preliminary documentation and is subject to change.]

Field Type for a field in a form specification.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
[FlagsAttribute]
public enum SpecFieldFieldType
Visual Basic
<FlagsAttribute> _
Public Enumeration SpecFieldFieldType
Visual C++
[FlagsAttribute]
public enum class 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.

See Also