Create a workspace view

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

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