Create a workspace view

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

Syntax

C#
public ViewMap(
	string[] text
)
Visual Basic
Public Sub New ( _
	text As String() _
)
Visual C++
public:
ViewMap(
	array<String^>^ text
)

Parameters

text
Type: array<System..::..String>[]()[][]
Array of Left/Right pairs for the map

See Also