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

Return the left side of the specified entry in the map

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

Syntax

C#
public string GetLeft(
	int idx
)
Visual Basic
Public Function GetLeft ( _
	idx As Integer _
) As String
Visual C++
public:
String^ GetLeft(
	int idx
)

Parameters

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

Return Value

String representing the left side of the entry

See Also