Click or drag to resize

FormSpecGetSpecFieldDataType Method

Return the SpecFieldDataType associated with a key in a formspec

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public SpecFieldDataType GetSpecFieldDataType(
	FormSpec formspec,
	string key
)

Parameters

formspec
Type: Perforce.P4FormSpec
FormSpec to search
key
Type: SystemString
Key to query

Return Value

Type: SpecFieldDataType
The SpecFieldDataType enum
See Also