Click or drag to resize

P4MapApiGetType Method (Int32)

Return the type of the specified entry in the map

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public P4MapApiType GetType(
	int idx
)

Parameters

idx
Type: SystemInt32
Index of the desired entry

Return Value

Type: P4MapApiType
The P4MapApi.Type enumeration for the type of the entry
See Also