Click or drag to resize

SpecField Constructor (Int32, String, SpecFieldDataType, Int32, SpecFieldFieldType)

Create a FormSpec

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public SpecField(
	int code,
	string name,
	SpecFieldDataType datatype,
	int length,
	SpecFieldFieldType fieldtype
)

Parameters

code
Type: SystemInt32
name
Type: SystemString
datatype
Type: Perforce.P4SpecFieldDataType
length
Type: SystemInt32
fieldtype
Type: Perforce.P4SpecFieldFieldType
See Also