Click or drag to resize

P4MapApiGetRight Method

Return the right side of the specified entry in the map

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public string GetRight(
	int idx
)

Parameters

idx
Type: SystemInt32
Index of the desired entry

Return Value

Type: String
String representing the right side of the entry
See Also