Return the type of the specified entry in the map

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

Syntax

C#
public P4MapApi..::..Type GetType(
	int idx
)
Visual Basic
Public Function GetType ( _
	idx As Integer _
) As P4MapApi..::..Type
Visual C++
public:
P4MapApi..::..Type GetType(
	int idx
)

Parameters

idx
Type: System..::..Int32
Index of the desired entry

Return Value

The P4MapApi.Type enumeration for the type of the entry

See Also