Create a workspace view

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

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